Shades of Hot Magenta #F005D9
Tints of Hot Magenta #F005D9
RGB
CMYK
RGB Variations
Color information
#F005D9 (or 0xF005D9) is known color: Hot Magenta. HEX triplet: F0, 05 and D9. RGB value is (240,5,217). Sum of RGB (Red+Green+Blue) = 240+5+217=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F005D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005D9 is #0FFA26. Grayscale: #626262. Windows color (decimal): -1047079 or 14222832. OLE color: 14222832.
HSL color Cylindrical-coordinate representation of color #F005D9: hue angle of 305.87º 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 #F005D9 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.06 |
| HSL | 305.87º | 0.96% | 0.48% | - |
| HSV(B) | 305.87º | 0.98% | 0.94% | - |
| XYZ | 48.51 | 23.64 | 67.65 | - |
| YUV | 99.43 | 194.36 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 217 | 0 | 0.98 | 0.10 | 0.06 | 305.87 | 0.96 | 0.48 |
| Hex | F0 | 5 | D9 | 0 | 62 | A | 6 | 132 | 60 | 30 |
| Octal | 360 | 5 | 331 | 0 | 142 | 12 | 6 | 462 | 140 | 60 |
| Binary | 11110000 | 101 | 11011001 | 0 | 1100010 | 1010 | 110 | 100110010 | 1100000 | 110000 |
Color Harmonies of #F005D9
Complementary color
Monochromatic Colors of #F005D9
Black with #F005D9
Text Example
Text Example
White with #F005D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005D9; }
p { color: rgb(240,5,217); }
H1.HeaderClassName
{
color: #F005D9;
}
.AnyTagClassName
{
color: #F005D9;
}
</style>
background-color css
<style>
a { background-color: #F005D9; }
a { background-color: rgb(240,5,217); }
div.DivClassName
{
background-color: #F005D9;
}
.BgClassName
{
background-color: #F005D9;
}
</style>
border-color css
<style>
span { border-color: #F005D9; }
span { border-color: rgb(240,5,217); }
td.TdClassName
{
border-color: #F005D9;
}
.TagClassName
{
border-color: #F005D9;
}
</style>