Shades of Hot Magenta #FF0FDA
Tints of Hot Magenta #FF0FDA
RGB
CMYK
RGB Variations
Color information
#FF0FDA (or 0xFF0FDA) is known color: Hot Magenta. HEX triplet: FF, 0F and DA. RGB value is (255,15,218). Sum of RGB (Red+Green+Blue) = 255+15+218=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FDA is #00F025. Grayscale: #6D6D6D. Windows color (decimal): -61478 or 14290943. OLE color: 14290943.
HSL color Cylindrical-coordinate representation of color #FF0FDA: hue angle of 309.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 #FF0FDA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 218 | - |
| CMYK | 0 | 0.94 | 0.15 | 0 |
| HSL | 309.25º | 1% | 0.53% | - |
| HSV(B) | 309.25º | 0.94% | 1% | - |
| XYZ | 54.07 | 26.66 | 68.63 | - |
| YUV | 109.9 | 189.01 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 218 | 0 | 0.94 | 0.15 | 0 | 309.25 | 1 | 0.53 |
| Hex | FF | F | DA | 0 | 5E | F | 0 | 135 | 64 | 35 |
| Octal | 377 | 17 | 332 | 0 | 136 | 17 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 1111 | 11011010 | 0 | 1011110 | 1111 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF0FDA
Complementary color
Monochromatic Colors of #FF0FDA
Black with #FF0FDA
Text Example
Text Example
White with #FF0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FDA; }
p { color: rgb(255,15,218); }
H1.HeaderClassName
{
color: #FF0FDA;
}
.AnyTagClassName
{
color: #FF0FDA;
}
</style>
background-color css
<style>
a { background-color: #FF0FDA; }
a { background-color: rgb(255,15,218); }
div.DivClassName
{
background-color: #FF0FDA;
}
.BgClassName
{
background-color: #FF0FDA;
}
</style>
border-color css
<style>
span { border-color: #FF0FDA; }
span { border-color: rgb(255,15,218); }
td.TdClassName
{
border-color: #FF0FDA;
}
.TagClassName
{
border-color: #FF0FDA;
}
</style>