Shades of Hot Magenta #FF0FD4
Tints of Hot Magenta #FF0FD4
RGB
CMYK
RGB Variations
Color information
#FF0FD4 (or 0xFF0FD4) is known color: Hot Magenta. HEX triplet: FF, 0F and D4. RGB value is (255,15,212). Sum of RGB (Red+Green+Blue) = 255+15+212=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FD4 is #00F02B. Grayscale: #6C6C6C. Windows color (decimal): -61484 or 13897727. OLE color: 13897727.
HSL color Cylindrical-coordinate representation of color #FF0FD4: hue angle of 310.75º 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 #FF0FD4 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 212 | - |
| CMYK | 0 | 0.94 | 0.17 | 0 |
| HSL | 310.75º | 1% | 0.53% | - |
| HSV(B) | 310.75º | 0.94% | 1% | - |
| XYZ | 53.29 | 26.36 | 64.57 | - |
| YUV | 109.22 | 186.01 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 212 | 0 | 0.94 | 0.17 | 0 | 310.75 | 1 | 0.53 |
| Hex | FF | F | D4 | 0 | 5E | 11 | 0 | 137 | 64 | 35 |
| Octal | 377 | 17 | 324 | 0 | 136 | 21 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 1111 | 11010100 | 0 | 1011110 | 10001 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF0FD4
Complementary color
Monochromatic Colors of #FF0FD4
Black with #FF0FD4
Text Example
Text Example
White with #FF0FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FD4; }
p { color: rgb(255,15,212); }
H1.HeaderClassName
{
color: #FF0FD4;
}
.AnyTagClassName
{
color: #FF0FD4;
}
</style>
background-color css
<style>
a { background-color: #FF0FD4; }
a { background-color: rgb(255,15,212); }
div.DivClassName
{
background-color: #FF0FD4;
}
.BgClassName
{
background-color: #FF0FD4;
}
</style>
border-color css
<style>
span { border-color: #FF0FD4; }
span { border-color: rgb(255,15,212); }
td.TdClassName
{
border-color: #FF0FD4;
}
.TagClassName
{
border-color: #FF0FD4;
}
</style>