Html Css Color HEX #FC11DC Hot Magenta

📋 copy color: '#FC11DC'

red 252 ◦ green 17 ◦ blue 220

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

Shades of Hot Magenta #FC11DC

Tints of Hot Magenta #FC11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 51.53%
G = 3.48%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC11DC (or 0xFC11DC) is known color: Hot Magenta. HEX triplet: FC, 11 and DC. RGB value is (252,17,220). Sum of RGB (Red+Green+Blue) = 252+17+220=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11DC is #03EE23. Grayscale: #6D6D6D. Windows color (decimal): -257572 or 14422524. OLE color: 14422524.

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

Color convert

RGB 252 17 220 -
CMYK 0 0.93 0.13 0.01
HSL 308.17º 0.98% 0.53% -
HSV(B) 308.17º 0.93% 0.99% -
XYZ 53.26 26.26 69.97 -
YUV 110.41 189.86 228.99 -
System Red Green Blue C M Y K H S L
Decimal 252 17 220 0 0.93 0.13 0.01 308.17 0.98 0.53
Hex FC 11 DC 0 5D D 1 134 62 35
Octal 374 21 334 0 135 15 1 464 142 65
Binary 11111100 10001 11011100 0 1011101 1101 1 100110100 1100010 110101

Color Harmonies of #FC11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11DC

Black with #FC11DC

Text Example


Text Example

White with #FC11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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