#FC0EE6

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

Shades of Magenta #FC0EE6

Tints of Magenta #FC0EE6

Color information

#FC0EE6 (or 0xFC0EE6) is unknown color: approx Magenta. HEX triplet: FC, 0E and E6. RGB value is (252,14,230). Sum of RGB (Red+Green+Blue) = 252+14+230=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EE6 is #03F119. Grayscale: #6D6D6D. Windows color (decimal): -258330 or 15077116. OLE color: 15077116.

HSL color Cylindrical-coordinate representation of color #FC0EE6: hue angle of 305.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB25214230-
CMYK00.940.090.01
HSL305.55º97.54%52.16%-
HSV(B)305.55º94.44%98.82%-
XYZ54.5826.7277.14-
YUV109.79195.85229.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 14 (5.86% from 255) = 2.82%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=50.81%
G=2.82%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521423000.940.090.01305.5597.5452.16
HexFCEE605E911326234
Octal37416346013611146214264
Binary1111110011101110011001011110100111001100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0EE6; }

 p { color: rgb(252,14,230); }

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

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

 a { background-color: rgb(252,14,230); }

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

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

 span { border-color: rgb(252,14,230); }

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