Html Css Color HEX #FC00D9 Hot Magenta

📋 copy color: '#FC00D9'

red 252 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #FC00D9

Tints of Hot Magenta #FC00D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 53.73%
G = 0%
B = 46.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC00D9 (or 0xFC00D9) is known color: Hot Magenta. HEX triplet: FC, 00 and D9. RGB value is (252,0,217). Sum of RGB (Red+Green+Blue) = 252+0+217=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D9 is #03FF26. Grayscale: #636363. Windows color (decimal): -261927 or 14221564. OLE color: 14221564.

HSL color Cylindrical-coordinate representation of color #FC00D9: hue angle of 308.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00D9 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 217 -
CMYK 0 1 0.14 0.01
HSL 308.33º 1% 0.49% -
HSV(B) 308.33º 1% 0.99% -
XYZ 52.67 25.71 67.83 -
YUV 100.09 193.99 236.36 -
System Red Green Blue C M Y K H S L
Decimal 252 0 217 0 1 0.14 0.01 308.33 1 0.49
Hex FC 0 D9 0 64 E 1 134 64 31
Octal 374 0 331 0 144 16 1 464 144 61
Binary 11111100 0 11011001 0 1100100 1110 1 100110100 1100100 110001

Color Harmonies of #FC00D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00D9

Black with #FC00D9

Text Example


Text Example

White with #FC00D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00D9; }

 p { color: rgb(252,0,217); }

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

background-color css

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

 a { background-color: rgb(252,0,217); }

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

border-color css

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

 span { border-color: rgb(252,0,217); }

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