#FC06CB

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

Shades of Hot Magenta #FC06CB

Tints of Hot Magenta #FC06CB

Color information

#FC06CB (or 0xFC06CB) is unknown color: approx Hot Magenta. HEX triplet: FC, 06 and CB. RGB value is (252,6,203). Sum of RGB (Red+Green+Blue) = 252+6+203=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06CB is #03F934. Grayscale: #656565. Windows color (decimal): -260405 or 13305596. OLE color: 13305596.

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

Color convert

RGB2526203-
CMYK00.980.190.01
HSL311.95º97.62%50.59%-
HSV(B)311.95º97.62%98.82%-
XYZ50.9925.1458.66-
YUV102.01185234.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.66%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=54.66%
G=1.30%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252620300.980.190.01311.9597.6250.59
HexFC6CB0621311386233
Octal3746313014223147014263
Binary1111110011011001011011000101001111001110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC06CB; }

 p { color: rgb(252,6,203); }

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

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

 a { background-color: rgb(252,6,203); }

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

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

 span { border-color: rgb(252,6,203); }

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