#FC08E0

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

Shades of Hot Magenta #FC08E0

Tints of Hot Magenta #FC08E0

Color information

#FC08E0 (or 0xFC08E0) is unknown color: approx Hot Magenta. HEX triplet: FC, 08 and E0. RGB value is (252,8,224). Sum of RGB (Red+Green+Blue) = 252+8+224=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 8 (3.52% from 255 or 1.65% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08E0 is #03F71F. Grayscale: #686868. Windows color (decimal): -259872 or 14682364. OLE color: 14682364.

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

Color convert

RGB2528224-
CMYK00.970.110.01
HSL306.89º97.6%50.98%-
HSV(B)306.89º96.83%98.82%-
XYZ53.6926.2572.76-
YUV105.58194.84232.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.07%
GREEN value IS 8 (3.52% from 255) = 1.65%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=52.07%
G=1.65%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252822400.970.110.01306.8997.650.98
HexFC8E0061B11336233
Octal37410340014113146314263
Binary1111110010001110000001100001101111001100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC08E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC08E0; }

 p { color: rgb(252,8,224); }

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

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

 a { background-color: rgb(252,8,224); }

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

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

 span { border-color: rgb(252,8,224); }

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