#FC03CC

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

Shades of Hot Magenta #FC03CC

Tints of Hot Magenta #FC03CC

Color information

#FC03CC (or 0xFC03CC) is unknown color: approx Hot Magenta. HEX triplet: FC, 03 and CC. RGB value is (252,3,204). Sum of RGB (Red+Green+Blue) = 252+3+204=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03CC is #03FC33. Grayscale: #636363. Windows color (decimal): -261172 or 13370364. OLE color: 13370364.

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

Color convert

RGB2523204-
CMYK00.990.190.01
HSL311.57º97.65%50%-
HSV(B)311.57º98.81%98.82%-
XYZ51.0825.1259.28-
YUV100.36186.49236.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.90%
GREEN value IS 3 (1.56% from 255) = 0.65%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=54.90%
G=0.65%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252320400.990.190.01311.5797.6550
HexFC3CC0631311386232
Octal3743314014323147014262
Binary111111001111001100011000111001111001110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03CC; }

 p { color: rgb(252,3,204); }

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

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

 a { background-color: rgb(252,3,204); }

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

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

 span { border-color: rgb(252,3,204); }

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