Shades of Hot Magenta #FF0FD3
Tints of Hot Magenta #FF0FD3
RGB
CMYK
RGB Variations
Color information
#FF0FD3 (or 0xFF0FD3) is known color: Hot Magenta. HEX triplet: FF, 0F and D3. RGB value is (255,15,211). Sum of RGB (Red+Green+Blue) = 255+15+211=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FD3 is #00F02C. Grayscale: #6C6C6C. Windows color (decimal): -61485 or 13832191. OLE color: 13832191.
HSL color Cylindrical-coordinate representation of color #FF0FD3: hue angle of 311º 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 #FF0FD3 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 211 | - |
| CMYK | 0 | 0.94 | 0.17 | 0 |
| HSL | 311º | 1% | 0.53% | - |
| HSV(B) | 311º | 0.94% | 1% | - |
| XYZ | 53.17 | 26.3 | 63.9 | - |
| YUV | 109.1 | 185.51 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 211 | 0 | 0.94 | 0.17 | 0 | 311 | 1 | 0.53 |
| Hex | FF | F | D3 | 0 | 5E | 11 | 0 | 137 | 64 | 35 |
| Octal | 377 | 17 | 323 | 0 | 136 | 21 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 1111 | 11010011 | 0 | 1011110 | 10001 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF0FD3
Complementary color
Monochromatic Colors of #FF0FD3
Black with #FF0FD3
Text Example
Text Example
White with #FF0FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FD3; }
p { color: rgb(255,15,211); }
H1.HeaderClassName
{
color: #FF0FD3;
}
.AnyTagClassName
{
color: #FF0FD3;
}
</style>
background-color css
<style>
a { background-color: #FF0FD3; }
a { background-color: rgb(255,15,211); }
div.DivClassName
{
background-color: #FF0FD3;
}
.BgClassName
{
background-color: #FF0FD3;
}
</style>
border-color css
<style>
span { border-color: #FF0FD3; }
span { border-color: rgb(255,15,211); }
td.TdClassName
{
border-color: #FF0FD3;
}
.TagClassName
{
border-color: #FF0FD3;
}
</style>