#F51EF6

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

Shades of Magenta #F51EF6

Tints of Magenta #F51EF6

Color information

#F51EF6 (or 0xF51EF6) is unknown color: approx Magenta. HEX triplet: F5, 1E and F6. RGB value is (245,30,246). Sum of RGB (Red+Green+Blue) = 245+30+246=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #F51EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EF6 is #0AE109. Grayscale: #767676. Windows color (decimal): -712970 or 16129781. OLE color: 16129781.

HSL color Cylindrical-coordinate representation of color #F51EF6: hue angle of 299.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EF6 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24530246-
CMYK0.000.8800.04
HSL299.72º92.31%54.12%-
HSV(B)299.72º87.8%96.47%-
XYZ54.7626.9989.51-
YUV118.91199.73217.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 30 (12.11% from 255) = 5.76%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=47.02%
G=5.76%
B=47.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245302460.000.8800.04299.7292.3154.12
HexF51EF60580412c5c36
Octal3653636601300445413466
Binary1111010111110111101100101100001001001011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51EF6; }

 p { color: rgb(245,30,246); }

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

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

 a { background-color: rgb(245,30,246); }

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

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

 span { border-color: rgb(245,30,246); }

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