#FC06C5

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

Shades of Hot Magenta #FC06C5

Tints of Hot Magenta #FC06C5

Color information

#FC06C5 (or 0xFC06C5) is unknown color: approx Hot Magenta. HEX triplet: FC, 06 and C5. RGB value is (252,6,197). Sum of RGB (Red+Green+Blue) = 252+6+197=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06C5 is #03F93A. Grayscale: #646464. Windows color (decimal): -260411 or 12912380. OLE color: 12912380.

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

Color convert

RGB2526197-
CMYK00.980.220.01
HSL313.41º97.62%50.59%-
HSV(B)313.41º97.62%98.82%-
XYZ50.2924.8654.97-
YUV101.33182235.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.38%
GREEN value IS 6 (2.73% from 255) = 1.32%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=55.38%
G=1.32%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252619700.980.220.01313.4197.6250.59
HexFC6C50621611396233
Octal3746305014226147114263
Binary1111110011011000101011000101011011001110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC06C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC06C5; }

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

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

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

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

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

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

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

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