Html Css Color HEX #FC0FD8 Hot Magenta

📋 copy color: '#FC0FD8'

red 252 ◦ green 15 ◦ blue 216

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

Shades of Hot Magenta #FC0FD8

Tints of Hot Magenta #FC0FD8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 52.17%
G = 3.11%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC0FD8 (or 0xFC0FD8) is known color: Hot Magenta. HEX triplet: FC, 0F and D8. RGB value is (252,15,216). Sum of RGB (Red+Green+Blue) = 252+15+216=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FD8 is #03F027. Grayscale: #6C6C6C. Windows color (decimal): -258088 or 14159868. OLE color: 14159868.

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

Color convert

RGB 252 15 216 -
CMYK 0 0.94 0.14 0.01
HSL 309.11º 0.98% 0.52% -
HSV(B) 309.11º 0.94% 0.99% -
XYZ 52.71 25.99 67.21 -
YUV 108.78 188.52 230.16 -
System Red Green Blue C M Y K H S L
Decimal 252 15 216 0 0.94 0.14 0.01 309.11 0.98 0.52
Hex FC F D8 0 5E E 1 135 62 34
Octal 374 17 330 0 136 16 1 465 142 64
Binary 11111100 1111 11011000 0 1011110 1110 1 100110101 1100010 110100

Color Harmonies of #FC0FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FD8

Black with #FC0FD8

Text Example


Text Example

White with #FC0FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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