Html Css Color HEX #FC11D5 Hot Magenta

📋 copy color: '#FC11D5'

red 252 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #FC11D5

Tints of Hot Magenta #FC11D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 52.28%
G = 3.53%
B = 44.19%

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

#FC11D5 (or 0xFC11D5) is known color: Hot Magenta. HEX triplet: FC, 11 and D5. RGB value is (252,17,213). Sum of RGB (Red+Green+Blue) = 252+17+213=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11D5 is #03EE2A. Grayscale: #6D6D6D. Windows color (decimal): -257579 or 13963772. OLE color: 13963772.

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

Color convert

RGB 252 17 213 -
CMYK 0 0.93 0.15 0.01
HSL 309.96º 0.98% 0.53% -
HSV(B) 309.96º 0.93% 0.99% -
XYZ 52.36 25.9 65.19 -
YUV 109.61 186.36 229.56 -
System Red Green Blue C M Y K H S L
Decimal 252 17 213 0 0.93 0.15 0.01 309.96 0.98 0.53
Hex FC 11 D5 0 5D F 1 136 62 35
Octal 374 21 325 0 135 17 1 466 142 65
Binary 11111100 10001 11010101 0 1011101 1111 1 100110110 1100010 110101

Color Harmonies of #FC11D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11D5

Black with #FC11D5

Text Example


Text Example

White with #FC11D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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