Html Css Color HEX #FC11D6 Hot Magenta

📋 copy color: '#FC11D6'

red 252 ◦ green 17 ◦ blue 214

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

Shades of Hot Magenta #FC11D6

Tints of Hot Magenta #FC11D6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.52%

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 52.17%
G = 3.52%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC11D6 (or 0xFC11D6) is known color: Hot Magenta. HEX triplet: FC, 11 and D6. RGB value is (252,17,214). Sum of RGB (Red+Green+Blue) = 252+17+214=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11D6 is #03EE29. Grayscale: #6D6D6D. Windows color (decimal): -257578 or 14029308. OLE color: 14029308.

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

Color convert

RGB 252 17 214 -
CMYK 0 0.93 0.15 0.01
HSL 309.7º 0.98% 0.53% -
HSV(B) 309.7º 0.93% 0.99% -
XYZ 52.48 25.95 65.86 -
YUV 109.72 186.86 229.48 -
System Red Green Blue C M Y K H S L
Decimal 252 17 214 0 0.93 0.15 0.01 309.7 0.98 0.53
Hex FC 11 D6 0 5D F 1 136 62 35
Octal 374 21 326 0 135 17 1 466 142 65
Binary 11111100 10001 11010110 0 1011101 1111 1 100110110 1100010 110101

Color Harmonies of #FC11D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11D6

Black with #FC11D6

Text Example


Text Example

White with #FC11D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11D6; }

 p { color: rgb(252,17,214); }

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

background-color css

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

 a { background-color: rgb(252,17,214); }

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

border-color css

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

 span { border-color: rgb(252,17,214); }

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