Shades of Hot Magenta #F00DDA
Tints of Hot Magenta #F00DDA
RGB
CMYK
RGB Variations
Color information
#F00DDA (or 0xF00DDA) is known color: Hot Magenta. HEX triplet: F0, 0D and DA. RGB value is (240,13,218). Sum of RGB (Red+Green+Blue) = 240+13+218=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DDA is #0FF225. Grayscale: #676767. Windows color (decimal): -1045030 or 14290416. OLE color: 14290416.
HSL color Cylindrical-coordinate representation of color #F00DDA: hue angle of 305.81º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DDA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 218 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.06 |
| HSL | 305.82º | 0.9% | 0.5% | - |
| HSV(B) | 305.82º | 0.95% | 0.94% | - |
| XYZ | 48.73 | 23.88 | 68.37 | - |
| YUV | 104.24 | 192.21 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 218 | 0 | 0.95 | 0.09 | 0.06 | 305.82 | 0.9 | 0.5 |
| Hex | F0 | D | DA | 0 | 5F | 9 | 6 | 132 | 5A | 32 |
| Octal | 360 | 15 | 332 | 0 | 137 | 11 | 6 | 462 | 132 | 62 |
| Binary | 11110000 | 1101 | 11011010 | 0 | 1011111 | 1001 | 110 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F00DDA
Complementary color
Monochromatic Colors of #F00DDA
Black with #F00DDA
Text Example
Text Example
White with #F00DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DDA; }
p { color: rgb(240,13,218); }
H1.HeaderClassName
{
color: #F00DDA;
}
.AnyTagClassName
{
color: #F00DDA;
}
</style>
background-color css
<style>
a { background-color: #F00DDA; }
a { background-color: rgb(240,13,218); }
div.DivClassName
{
background-color: #F00DDA;
}
.BgClassName
{
background-color: #F00DDA;
}
</style>
border-color css
<style>
span { border-color: #F00DDA; }
span { border-color: rgb(240,13,218); }
td.TdClassName
{
border-color: #F00DDA;
}
.TagClassName
{
border-color: #F00DDA;
}
</style>