Html Css Color HEX #FC06D6 Hot Magenta

📋 copy color: '#FC06D6'

red 252 ◦ green 6 ◦ blue 214

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

Shades of Hot Magenta #FC06D6

Tints of Hot Magenta #FC06D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 53.39%
G = 1.27%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC06D6 (or 0xFC06D6) is known color: Hot Magenta. HEX triplet: FC, 06 and D6. RGB value is (252,6,214). Sum of RGB (Red+Green+Blue) = 252+6+214=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D6 is #03F929. Grayscale: #666666. Windows color (decimal): -260394 or 14026492. OLE color: 14026492.

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

Color convert

RGB 252 6 214 -
CMYK 0 0.98 0.15 0.01
HSL 309.27º 0.98% 0.51% -
HSV(B) 309.27º 0.98% 0.99% -
XYZ 52.35 25.68 65.82 -
YUV 103.27 190.5 234.09 -
System Red Green Blue C M Y K H S L
Decimal 252 6 214 0 0.98 0.15 0.01 309.27 0.98 0.51
Hex FC 6 D6 0 62 F 1 135 62 33
Octal 374 6 326 0 142 17 1 465 142 63
Binary 11111100 110 11010110 0 1100010 1111 1 100110101 1100010 110011

Color Harmonies of #FC06D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06D6

Black with #FC06D6

Text Example


Text Example

White with #FC06D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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