Shades of Hot Magenta #FC11DF
Tints of Hot Magenta #FC11DF
RGB
CMYK
RGB Variations
Color information
#FC11DF (or 0xFC11DF) is known color: Hot Magenta. HEX triplet: FC, 11 and DF. RGB value is (252,17,223). Sum of RGB (Red+Green+Blue) = 252+17+223=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11DF is #03EE20. Grayscale: #6E6E6E. Windows color (decimal): -257569 or 14619132. OLE color: 14619132.
HSL color Cylindrical-coordinate representation of color #FC11DF: hue angle of 307.4º 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 #FC11DF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.01 |
| HSL | 307.4º | 0.98% | 0.53% | - |
| HSV(B) | 307.4º | 0.93% | 0.99% | - |
| XYZ | 53.66 | 26.42 | 72.08 | - |
| YUV | 110.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 223 | 0 | 0.93 | 0.12 | 0.01 | 307.4 | 0.98 | 0.53 |
| Hex | FC | 11 | DF | 0 | 5D | C | 1 | 133 | 62 | 35 |
| Octal | 374 | 21 | 337 | 0 | 135 | 14 | 1 | 463 | 142 | 65 |
| Binary | 11111100 | 10001 | 11011111 | 0 | 1011101 | 1100 | 1 | 100110011 | 1100010 | 110101 |
Color Harmonies of #FC11DF
Complementary color
Monochromatic Colors of #FC11DF
Black with #FC11DF
Text Example
Text Example
White with #FC11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11DF; }
p { color: rgb(252,17,223); }
H1.HeaderClassName
{
color: #FC11DF;
}
.AnyTagClassName
{
color: #FC11DF;
}
</style>
background-color css
<style>
a { background-color: #FC11DF; }
a { background-color: rgb(252,17,223); }
div.DivClassName
{
background-color: #FC11DF;
}
.BgClassName
{
background-color: #FC11DF;
}
</style>
border-color css
<style>
span { border-color: #FC11DF; }
span { border-color: rgb(252,17,223); }
td.TdClassName
{
border-color: #FC11DF;
}
.TagClassName
{
border-color: #FC11DF;
}
</style>