Html Css Color HEX #FC0BD8 Hot Magenta

📋 copy color: '#FC0BD8'

red 252 ◦ green 11 ◦ blue 216

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

Shades of Hot Magenta #FC0BD8

Tints of Hot Magenta #FC0BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.3%

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

R = 52.61%
G = 2.3%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC0BD8 (or 0xFC0BD8) is known color: Hot Magenta. HEX triplet: FC, 0B and D8. RGB value is (252,11,216). Sum of RGB (Red+Green+Blue) = 252+11+216=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BD8 is #03F427. Grayscale: #696969. Windows color (decimal): -259112 or 14158844. OLE color: 14158844.

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

Color convert

RGB 252 11 216 -
CMYK 0 0.96 0.14 0.01
HSL 308.96º 0.98% 0.52% -
HSV(B) 308.96º 0.96% 0.99% -
XYZ 52.66 25.89 67.19 -
YUV 106.43 189.84 231.83 -
System Red Green Blue C M Y K H S L
Decimal 252 11 216 0 0.96 0.14 0.01 308.96 0.98 0.52
Hex FC B D8 0 60 E 1 135 62 34
Octal 374 13 330 0 140 16 1 465 142 64
Binary 11111100 1011 11011000 0 1100000 1110 1 100110101 1100010 110100

Color Harmonies of #FC0BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BD8

Black with #FC0BD8

Text Example


Text Example

White with #FC0BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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