Shades of Hot Magenta #FC09DD
Tints of Hot Magenta #FC09DD
RGB
CMYK
RGB Variations
Color information
#FC09DD (or 0xFC09DD) is known color: Hot Magenta. HEX triplet: FC, 09 and DD. RGB value is (252,9,221). Sum of RGB (Red+Green+Blue) = 252+9+221=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09DD is #03F622. Grayscale: #696969. Windows color (decimal): -259619 or 14486012. OLE color: 14486012.
HSL color Cylindrical-coordinate representation of color #FC09DD: hue angle of 307.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09DD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.65º | 0.98% | 0.51% | - |
| HSV(B) | 307.65º | 0.96% | 0.99% | - |
| XYZ | 53.29 | 26.11 | 70.64 | - |
| YUV | 105.83 | 193.01 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 221 | 0 | 0.96 | 0.12 | 0.01 | 307.65 | 0.98 | 0.51 |
| Hex | FC | 9 | DD | 0 | 60 | C | 1 | 134 | 62 | 33 |
| Octal | 374 | 11 | 335 | 0 | 140 | 14 | 1 | 464 | 142 | 63 |
| Binary | 11111100 | 1001 | 11011101 | 0 | 1100000 | 1100 | 1 | 100110100 | 1100010 | 110011 |
Color Harmonies of #FC09DD
Complementary color
Monochromatic Colors of #FC09DD
Black with #FC09DD
Text Example
Text Example
White with #FC09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09DD; }
p { color: rgb(252,9,221); }
H1.HeaderClassName
{
color: #FC09DD;
}
.AnyTagClassName
{
color: #FC09DD;
}
</style>
background-color css
<style>
a { background-color: #FC09DD; }
a { background-color: rgb(252,9,221); }
div.DivClassName
{
background-color: #FC09DD;
}
.BgClassName
{
background-color: #FC09DD;
}
</style>
border-color css
<style>
span { border-color: #FC09DD; }
span { border-color: rgb(252,9,221); }
td.TdClassName
{
border-color: #FC09DD;
}
.TagClassName
{
border-color: #FC09DD;
}
</style>