#FC03C8

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

Shades of Hot Magenta #FC03C8

Tints of Hot Magenta #FC03C8

Color information

#FC03C8 (or 0xFC03C8) is unknown color: approx Hot Magenta. HEX triplet: FC, 03 and C8. RGB value is (252,3,200). Sum of RGB (Red+Green+Blue) = 252+3+200=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03C8 is #03FC37. Grayscale: #636363. Windows color (decimal): -261176 or 13108220. OLE color: 13108220.

HSL color Cylindrical-coordinate representation of color #FC03C8: hue angle of 312.53º 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 #FC03C8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB2523200-
CMYK00.990.210.01
HSL312.53º97.65%50%-
HSV(B)312.53º98.81%98.82%-
XYZ50.624.9356.79-
YUV99.91184.49236.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.38%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=55.38%
G=0.66%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252320000.990.210.01312.5397.6550
HexFC3C80631511396232
Octal3743310014325147114262
Binary111111001111001000011000111010111001110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03C8; }

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

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

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

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

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

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

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

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