Html Css Color HEX #FC00D8 Hot Magenta

📋 copy color: '#FC00D8'

red 252 ◦ green 0 ◦ blue 216

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

Shades of Hot Magenta #FC00D8

Tints of Hot Magenta #FC00D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 53.85%
G = 0%
B = 46.15%

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

#FC00D8 (or 0xFC00D8) is known color: Hot Magenta. HEX triplet: FC, 00 and D8. RGB value is (252,0,216). Sum of RGB (Red+Green+Blue) = 252+0+216=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D8 is #03FF27. Grayscale: #636363. Windows color (decimal): -261928 or 14156028. OLE color: 14156028.

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

Color convert

RGB 252 0 216 -
CMYK 0 1 0.14 0.01
HSL 308.57º 1% 0.49% -
HSV(B) 308.57º 1% 0.99% -
XYZ 52.54 25.65 67.15 -
YUV 99.97 193.49 236.44 -
System Red Green Blue C M Y K H S L
Decimal 252 0 216 0 1 0.14 0.01 308.57 1 0.49
Hex FC 0 D8 0 64 E 1 135 64 31
Octal 374 0 330 0 144 16 1 465 144 61
Binary 11111100 0 11011000 0 1100100 1110 1 100110101 1100100 110001

Color Harmonies of #FC00D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00D8

Black with #FC00D8

Text Example


Text Example

White with #FC00D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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