Shades of Hot Magenta #FC11DA
Tints of Hot Magenta #FC11DA
RGB
CMYK
RGB Variations
Color information
#FC11DA (or 0xFC11DA) is known color: Hot Magenta. HEX triplet: FC, 11 and DA. RGB value is (252,17,218). Sum of RGB (Red+Green+Blue) = 252+17+218=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11DA is #03EE25. Grayscale: #6D6D6D. Windows color (decimal): -257574 or 14291452. OLE color: 14291452.
HSL color Cylindrical-coordinate representation of color #FC11DA: hue angle of 308.68º 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 #FC11DA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.01 |
| HSL | 308.68º | 0.98% | 0.53% | - |
| HSV(B) | 308.68º | 0.93% | 0.99% | - |
| XYZ | 53 | 26.16 | 68.59 | - |
| YUV | 110.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 218 | 0 | 0.93 | 0.13 | 0.01 | 308.68 | 0.98 | 0.53 |
| Hex | FC | 11 | DA | 0 | 5D | D | 1 | 135 | 62 | 35 |
| Octal | 374 | 21 | 332 | 0 | 135 | 15 | 1 | 465 | 142 | 65 |
| Binary | 11111100 | 10001 | 11011010 | 0 | 1011101 | 1101 | 1 | 100110101 | 1100010 | 110101 |
Color Harmonies of #FC11DA
Complementary color
Monochromatic Colors of #FC11DA
Black with #FC11DA
Text Example
Text Example
White with #FC11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11DA; }
p { color: rgb(252,17,218); }
H1.HeaderClassName
{
color: #FC11DA;
}
.AnyTagClassName
{
color: #FC11DA;
}
</style>
background-color css
<style>
a { background-color: #FC11DA; }
a { background-color: rgb(252,17,218); }
div.DivClassName
{
background-color: #FC11DA;
}
.BgClassName
{
background-color: #FC11DA;
}
</style>
border-color css
<style>
span { border-color: #FC11DA; }
span { border-color: rgb(252,17,218); }
td.TdClassName
{
border-color: #FC11DA;
}
.TagClassName
{
border-color: #FC11DA;
}
</style>