Html Css Color HEX #FC06CE Hot Magenta

📋 copy color: '#FC06CE'

red 252 ◦ green 6 ◦ blue 206

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

Shades of Hot Magenta #FC06CE

Tints of Hot Magenta #FC06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 54.31%
G = 1.29%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC06CE (or 0xFC06CE) is known color: Hot Magenta. HEX triplet: FC, 06 and CE. RGB value is (252,6,206). Sum of RGB (Red+Green+Blue) = 252+6+206=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06CE is #03F931. Grayscale: #656565. Windows color (decimal): -260402 or 13502204. OLE color: 13502204.

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

Color convert

RGB 252 6 206 -
CMYK 0 0.98 0.18 0.01
HSL 311.22º 0.98% 0.51% -
HSV(B) 311.22º 0.98% 0.99% -
XYZ 51.35 25.28 60.57 -
YUV 102.35 186.5 234.74 -
System Red Green Blue C M Y K H S L
Decimal 252 6 206 0 0.98 0.18 0.01 311.22 0.98 0.51
Hex FC 6 CE 0 62 12 1 137 62 33
Octal 374 6 316 0 142 22 1 467 142 63
Binary 11111100 110 11001110 0 1100010 10010 1 100110111 1100010 110011

Color Harmonies of #FC06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06CE

Black with #FC06CE

Text Example


Text Example

White with #FC06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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