Html Css Color HEX #FC09DC Hot Magenta

📋 copy color: '#FC09DC'

red 252 ◦ green 9 ◦ blue 220

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

Shades of Hot Magenta #FC09DC

Tints of Hot Magenta #FC09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.87%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 52.39%
G = 1.87%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC09DC (or 0xFC09DC) is known color: Hot Magenta. HEX triplet: FC, 09 and DC. RGB value is (252,9,220). Sum of RGB (Red+Green+Blue) = 252+9+220=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09DC is #03F623. Grayscale: #696969. Windows color (decimal): -259620 or 14420476. OLE color: 14420476.

HSL color Cylindrical-coordinate representation of color #FC09DC: hue angle of 307.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09DC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 220 -
CMYK 0 0.96 0.13 0.01
HSL 307.9º 0.98% 0.51% -
HSV(B) 307.9º 0.96% 0.99% -
XYZ 53.16 26.06 69.94 -
YUV 105.71 192.51 232.34 -
System Red Green Blue C M Y K H S L
Decimal 252 9 220 0 0.96 0.13 0.01 307.9 0.98 0.51
Hex FC 9 DC 0 60 D 1 134 62 33
Octal 374 11 334 0 140 15 1 464 142 63
Binary 11111100 1001 11011100 0 1100000 1101 1 100110100 1100010 110011

Color Harmonies of #FC09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09DC

Black with #FC09DC

Text Example


Text Example

White with #FC09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09DC; }

 p { color: rgb(252,9,220); }

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

background-color css

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

 a { background-color: rgb(252,9,220); }

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

border-color css

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

 span { border-color: rgb(252,9,220); }

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