Shades of Hot Magenta #FC09D9
Tints of Hot Magenta #FC09D9
RGB
CMYK
RGB Variations
Color information
#FC09D9 (or 0xFC09D9) is known color: Hot Magenta. HEX triplet: FC, 09 and D9. RGB value is (252,9,217). Sum of RGB (Red+Green+Blue) = 252+9+217=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09D9 is #03F626. Grayscale: #686868. Windows color (decimal): -259623 or 14223868. OLE color: 14223868.
HSL color Cylindrical-coordinate representation of color #FC09D9: hue angle of 308.64º 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 #FC09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.01 |
| HSL | 308.64º | 0.98% | 0.51% | - |
| HSV(B) | 308.64º | 0.96% | 0.99% | - |
| XYZ | 52.77 | 25.9 | 67.86 | - |
| YUV | 105.37 | 191.01 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 217 | 0 | 0.96 | 0.14 | 0.01 | 308.64 | 0.98 | 0.51 |
| Hex | FC | 9 | D9 | 0 | 60 | E | 1 | 135 | 62 | 33 |
| Octal | 374 | 11 | 331 | 0 | 140 | 16 | 1 | 465 | 142 | 63 |
| Binary | 11111100 | 1001 | 11011001 | 0 | 1100000 | 1110 | 1 | 100110101 | 1100010 | 110011 |
Color Harmonies of #FC09D9
Complementary color
Monochromatic Colors of #FC09D9
Black with #FC09D9
Text Example
Text Example
White with #FC09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09D9; }
p { color: rgb(252,9,217); }
H1.HeaderClassName
{
color: #FC09D9;
}
.AnyTagClassName
{
color: #FC09D9;
}
</style>
background-color css
<style>
a { background-color: #FC09D9; }
a { background-color: rgb(252,9,217); }
div.DivClassName
{
background-color: #FC09D9;
}
.BgClassName
{
background-color: #FC09D9;
}
</style>
border-color css
<style>
span { border-color: #FC09D9; }
span { border-color: rgb(252,9,217); }
td.TdClassName
{
border-color: #FC09D9;
}
.TagClassName
{
border-color: #FC09D9;
}
</style>