Shades of Hot Magenta #F005DD
Tints of Hot Magenta #F005DD
RGB
CMYK
RGB Variations
Color information
#F005DD (or 0xF005DD) is known color: Hot Magenta. HEX triplet: F0, 05 and DD. RGB value is (240,5,221). Sum of RGB (Red+Green+Blue) = 240+5+221=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F005DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005DD is #0FFA22. Grayscale: #636363. Windows color (decimal): -1047075 or 14484976. OLE color: 14484976.
HSL color Cylindrical-coordinate representation of color #F005DD: hue angle of 304.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005DD is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.06 |
| HSL | 304.85º | 0.96% | 0.48% | - |
| HSV(B) | 304.85º | 0.98% | 0.94% | - |
| XYZ | 49.04 | 23.85 | 70.43 | - |
| YUV | 99.89 | 196.36 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 221 | 0 | 0.98 | 0.08 | 0.06 | 304.85 | 0.96 | 0.48 |
| Hex | F0 | 5 | DD | 0 | 62 | 8 | 6 | 131 | 60 | 30 |
| Octal | 360 | 5 | 335 | 0 | 142 | 10 | 6 | 461 | 140 | 60 |
| Binary | 11110000 | 101 | 11011101 | 0 | 1100010 | 1000 | 110 | 100110001 | 1100000 | 110000 |
Color Harmonies of #F005DD
Complementary color
Monochromatic Colors of #F005DD
Black with #F005DD
Text Example
Text Example
White with #F005DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005DD; }
p { color: rgb(240,5,221); }
H1.HeaderClassName
{
color: #F005DD;
}
.AnyTagClassName
{
color: #F005DD;
}
</style>
background-color css
<style>
a { background-color: #F005DD; }
a { background-color: rgb(240,5,221); }
div.DivClassName
{
background-color: #F005DD;
}
.BgClassName
{
background-color: #F005DD;
}
</style>
border-color css
<style>
span { border-color: #F005DD; }
span { border-color: rgb(240,5,221); }
td.TdClassName
{
border-color: #F005DD;
}
.TagClassName
{
border-color: #F005DD;
}
</style>