Shades of Hot Magenta #FF08C9
Tints of Hot Magenta #FF08C9
RGB
CMYK
RGB Variations
Color information
#FF08C9 (or 0xFF08C9) is known color: Hot Magenta. HEX triplet: FF, 08 and C9. RGB value is (255,8,201). Sum of RGB (Red+Green+Blue) = 255+8+201=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08C9 is #00F736. Grayscale: #676767. Windows color (decimal): -63287 or 13175039. OLE color: 13175039.
HSL color Cylindrical-coordinate representation of color #FF08C9: hue angle of 313.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08C9 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 201 | - |
| CMYK | 0 | 0.97 | 0.21 | 0 |
| HSL | 313.12º | 1% | 0.52% | - |
| HSV(B) | 313.12º | 0.97% | 1% | - |
| XYZ | 51.87 | 25.65 | 57.48 | - |
| YUV | 103.86 | 182.83 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 201 | 0 | 0.97 | 0.21 | 0 | 313.12 | 1 | 0.52 |
| Hex | FF | 8 | C9 | 0 | 61 | 15 | 0 | 139 | 64 | 34 |
| Octal | 377 | 10 | 311 | 0 | 141 | 25 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1000 | 11001001 | 0 | 1100001 | 10101 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF08C9
Complementary color
Monochromatic Colors of #FF08C9
Black with #FF08C9
Text Example
Text Example
White with #FF08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08C9; }
p { color: rgb(255,8,201); }
H1.HeaderClassName
{
color: #FF08C9;
}
.AnyTagClassName
{
color: #FF08C9;
}
</style>
background-color css
<style>
a { background-color: #FF08C9; }
a { background-color: rgb(255,8,201); }
div.DivClassName
{
background-color: #FF08C9;
}
.BgClassName
{
background-color: #FF08C9;
}
</style>
border-color css
<style>
span { border-color: #FF08C9; }
span { border-color: rgb(255,8,201); }
td.TdClassName
{
border-color: #FF08C9;
}
.TagClassName
{
border-color: #FF08C9;
}
</style>