Shades of Hot Magenta #FC09D3
Tints of Hot Magenta #FC09D3
RGB
CMYK
RGB Variations
Color information
#FC09D3 (or 0xFC09D3) is known color: Hot Magenta. HEX triplet: FC, 09 and D3. RGB value is (252,9,211). Sum of RGB (Red+Green+Blue) = 252+9+211=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09D3 is #03F62C. Grayscale: #686868. Windows color (decimal): -259629 or 13830652. OLE color: 13830652.
HSL color Cylindrical-coordinate representation of color #FC09D3: hue angle of 310.12º 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 #FC09D3 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.01 |
| HSL | 310.12º | 0.98% | 0.51% | - |
| HSV(B) | 310.12º | 0.96% | 0.99% | - |
| XYZ | 52 | 25.59 | 63.83 | - |
| YUV | 104.69 | 188.01 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 211 | 0 | 0.96 | 0.16 | 0.01 | 310.12 | 0.98 | 0.51 |
| Hex | FC | 9 | D3 | 0 | 60 | 10 | 1 | 136 | 62 | 33 |
| Octal | 374 | 11 | 323 | 0 | 140 | 20 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 1001 | 11010011 | 0 | 1100000 | 10000 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC09D3
Complementary color
Monochromatic Colors of #FC09D3
Black with #FC09D3
Text Example
Text Example
White with #FC09D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09D3; }
p { color: rgb(252,9,211); }
H1.HeaderClassName
{
color: #FC09D3;
}
.AnyTagClassName
{
color: #FC09D3;
}
</style>
background-color css
<style>
a { background-color: #FC09D3; }
a { background-color: rgb(252,9,211); }
div.DivClassName
{
background-color: #FC09D3;
}
.BgClassName
{
background-color: #FC09D3;
}
</style>
border-color css
<style>
span { border-color: #FC09D3; }
span { border-color: rgb(252,9,211); }
td.TdClassName
{
border-color: #FC09D3;
}
.TagClassName
{
border-color: #FC09D3;
}
</style>