Html Css Color HEX #FC06DF Hot Magenta

📋 copy color: '#FC06DF'

red 252 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #FC06DF

Tints of Hot Magenta #FC06DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 52.39%
G = 1.25%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC06DF (or 0xFC06DF) is known color: Hot Magenta. HEX triplet: FC, 06 and DF. RGB value is (252,6,223). Sum of RGB (Red+Green+Blue) = 252+6+223=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06DF is #03F920. Grayscale: #676767. Windows color (decimal): -260385 or 14616316. OLE color: 14616316.

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

Color convert

RGB 252 6 223 -
CMYK 0 0.98 0.12 0.01
HSL 307.07º 0.98% 0.51% -
HSV(B) 307.07º 0.98% 0.99% -
XYZ 53.53 26.15 72.04 -
YUV 104.29 195 233.36 -
System Red Green Blue C M Y K H S L
Decimal 252 6 223 0 0.98 0.12 0.01 307.07 0.98 0.51
Hex FC 6 DF 0 62 C 1 133 62 33
Octal 374 6 337 0 142 14 1 463 142 63
Binary 11111100 110 11011111 0 1100010 1100 1 100110011 1100010 110011

Color Harmonies of #FC06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06DF

Black with #FC06DF

Text Example


Text Example

White with #FC06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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