Html Css Color HEX #FC06D1 Hot Magenta

📋 copy color: '#FC06D1'

red 252 ◦ green 6 ◦ blue 209

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

Shades of Hot Magenta #FC06D1

Tints of Hot Magenta #FC06D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 53.96%
G = 1.28%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC06D1 (or 0xFC06D1) is known color: Hot Magenta. HEX triplet: FC, 06 and D1. RGB value is (252,6,209). Sum of RGB (Red+Green+Blue) = 252+6+209=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D1 is #03F92E. Grayscale: #666666. Windows color (decimal): -260399 or 13698812. OLE color: 13698812.

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

Color convert

RGB 252 6 209 -
CMYK 0 0.98 0.17 0.01
HSL 310.49º 0.98% 0.51% -
HSV(B) 310.49º 0.98% 0.99% -
XYZ 51.72 25.43 62.5 -
YUV 102.7 188 234.49 -
System Red Green Blue C M Y K H S L
Decimal 252 6 209 0 0.98 0.17 0.01 310.49 0.98 0.51
Hex FC 6 D1 0 62 11 1 136 62 33
Octal 374 6 321 0 142 21 1 466 142 63
Binary 11111100 110 11010001 0 1100010 10001 1 100110110 1100010 110011

Color Harmonies of #FC06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06D1

Black with #FC06D1

Text Example


Text Example

White with #FC06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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