Shades of Hot Magenta #FF0FD6
Tints of Hot Magenta #FF0FD6
RGB
CMYK
RGB Variations
Color information
#FF0FD6 (or 0xFF0FD6) is known color: Hot Magenta. HEX triplet: FF, 0F and D6. RGB value is (255,15,214). Sum of RGB (Red+Green+Blue) = 255+15+214=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FD6 is #00F029. Grayscale: #6C6C6C. Windows color (decimal): -61482 or 14028799. OLE color: 14028799.
HSL color Cylindrical-coordinate representation of color #FF0FD6: hue angle of 310.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FD6 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 214 | - |
| CMYK | 0 | 0.94 | 0.16 | 0 |
| HSL | 310.25º | 1% | 0.53% | - |
| HSV(B) | 310.25º | 0.94% | 1% | - |
| XYZ | 53.55 | 26.46 | 65.9 | - |
| YUV | 109.45 | 187.01 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 214 | 0 | 0.94 | 0.16 | 0 | 310.25 | 1 | 0.53 |
| Hex | FF | F | D6 | 0 | 5E | 10 | 0 | 136 | 64 | 35 |
| Octal | 377 | 17 | 326 | 0 | 136 | 20 | 0 | 466 | 144 | 65 |
| Binary | 11111111 | 1111 | 11010110 | 0 | 1011110 | 10000 | 0 | 100110110 | 1100100 | 110101 |
Color Harmonies of #FF0FD6
Complementary color
Monochromatic Colors of #FF0FD6
Black with #FF0FD6
Text Example
Text Example
White with #FF0FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FD6; }
p { color: rgb(255,15,214); }
H1.HeaderClassName
{
color: #FF0FD6;
}
.AnyTagClassName
{
color: #FF0FD6;
}
</style>
background-color css
<style>
a { background-color: #FF0FD6; }
a { background-color: rgb(255,15,214); }
div.DivClassName
{
background-color: #FF0FD6;
}
.BgClassName
{
background-color: #FF0FD6;
}
</style>
border-color css
<style>
span { border-color: #FF0FD6; }
span { border-color: rgb(255,15,214); }
td.TdClassName
{
border-color: #FF0FD6;
}
.TagClassName
{
border-color: #FF0FD6;
}
</style>