#F517FF

Color #F517FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F517FF

Tints of Magenta #F517FF

Color information

#F517FF (or 0xF517FF) is unknown color: approx Magenta. HEX triplet: F5, 17 and FF. RGB value is (245,23,255). Sum of RGB (Red+Green+Blue) = 245+23+255=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 23 (9.38% from 255 or 4.40% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F517FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517FF is #0AE800. Grayscale: #737373. Windows color (decimal): -714753 or 16717813. OLE color: 16717813.

HSL color Cylindrical-coordinate representation of color #F517FF: hue angle of 297.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24523255-
CMYK0.040.9100
HSL297.41º100%54.51%-
HSV(B)297.41º90.98%100%-
XYZ56.0127.2596.91-
YUV115.83206.55220.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 23 (9.38% from 255) = 4.40%
BLUE value IS 255 (100% from 255) = 48.76%
R=46.85%
G=4.40%
B=48.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245232550.040.9100297.4110054.51
HexF517FF45B001296437
Octal3652737741330045114467
Binary1111010110111111111111001011011001001010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F517FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F517FF; }

 p { color: rgb(245,23,255); }

 H1.HeaderClassName
 {
   color: #F517FF;
 }
 .AnyTagClassName
 {
   color: #F517FF;
 }
</style>
background-color css

<style>
 a { background-color: #F517FF; }

 a { background-color: rgb(245,23,255); }

 div.DivClassName
 {
   background-color: #F517FF;
 }
 .BgClassName
 {
   background-color: #F517FF;
 }
</style>
border-color css

<style>
 span { border-color: #F517FF; }

 span { border-color: rgb(245,23,255); }

 td.TdClassName
 {
   border-color: #F517FF;
 }
 .TagClassName
 {
   border-color: #F517FF;
 }
</style>