#F517F9

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

Shades of Magenta #F517F9

Tints of Magenta #F517F9

Color information

#F517F9 (or 0xF517F9) is unknown color: approx Magenta. HEX triplet: F5, 17 and F9. RGB value is (245,23,249). Sum of RGB (Red+Green+Blue) = 245+23+249=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #F517F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517F9 is #0AE806. Grayscale: #727272. Windows color (decimal): -714759 or 16324597. OLE color: 16324597.

HSL color Cylindrical-coordinate representation of color #F517F9: hue angle of 298.94º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517F9 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24523249-
CMYK0.020.9100.02
HSL298.94º94.96%53.33%-
HSV(B)298.94º90.76%97.65%-
XYZ55.0626.8691.91-
YUV115.14203.55220.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 23 (9.38% from 255) = 4.45%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=47.39%
G=4.45%
B=48.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245232490.020.9100.02298.9494.9653.33
HexF517F925B0212b5f35
Octal3652737121330245313765
Binary1111010110111111110011010110110101001010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F517F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F517F9; }

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

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

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

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

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

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

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

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