Html Css Color HEX #FC06CC Hot Magenta

📋 copy color: '#FC06CC'

red 252 ◦ green 6 ◦ blue 204

#FC06CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #FC06CC

Tints of Hot Magenta #FC06CC

RGB

 RED value IS 252 (98.83% from 255) = 54.55%

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 54.55%
G = 1.3%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC06CC (or 0xFC06CC) is known color: Hot Magenta. HEX triplet: FC, 06 and CC. RGB value is (252,6,204). Sum of RGB (Red+Green+Blue) = 252+6+204=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06CC is #03F933. Grayscale: #656565. Windows color (decimal): -260404 or 13371132. OLE color: 13371132.

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

Color convert

RGB 252 6 204 -
CMYK 0 0.98 0.19 0.01
HSL 311.71º 0.98% 0.51% -
HSV(B) 311.71º 0.98% 0.99% -
XYZ 51.11 25.19 59.29 -
YUV 102.13 185.5 234.9 -
System Red Green Blue C M Y K H S L
Decimal 252 6 204 0 0.98 0.19 0.01 311.71 0.98 0.51
Hex FC 6 CC 0 62 13 1 138 62 33
Octal 374 6 314 0 142 23 1 470 142 63
Binary 11111100 110 11001100 0 1100010 10011 1 100111000 1100010 110011

Color Harmonies of #FC06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06CC

Black with #FC06CC

Text Example


Text Example

White with #FC06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06CC; }

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

 H1.HeaderClassName
 {
   color: #FC06CC;
 }
 .AnyTagClassName
 {
   color: #FC06CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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