Shades of Hot Magenta #F007D8
Tints of Hot Magenta #F007D8
RGB
CMYK
RGB Variations
Color information
#F007D8 (or 0xF007D8) is known color: Hot Magenta. HEX triplet: F0, 07 and D8. RGB value is (240,7,216). Sum of RGB (Red+Green+Blue) = 240+7+216=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F007D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007D8 is #0FF827. Grayscale: #636363. Windows color (decimal): -1046568 or 14157808. OLE color: 14157808.
HSL color Cylindrical-coordinate representation of color #F007D8: hue angle of 306.18º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007D8 is Cyan = 0, Magento = 0.97, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.1 | 0.06 |
| HSL | 306.18º | 0.94% | 0.48% | - |
| HSV(B) | 306.18º | 0.97% | 0.94% | - |
| XYZ | 48.41 | 23.64 | 66.98 | - |
| YUV | 100.49 | 193.19 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 216 | 0 | 0.97 | 0.1 | 0.06 | 306.18 | 0.94 | 0.48 |
| Hex | F0 | 7 | D8 | 0 | 61 | A | 6 | 132 | 5E | 30 |
| Octal | 360 | 7 | 330 | 0 | 141 | 12 | 6 | 462 | 136 | 60 |
| Binary | 11110000 | 111 | 11011000 | 0 | 1100001 | 1010 | 110 | 100110010 | 1011110 | 110000 |
Color Harmonies of #F007D8
Complementary color
Monochromatic Colors of #F007D8
Black with #F007D8
Text Example
Text Example
White with #F007D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007D8; }
p { color: rgb(240,7,216); }
H1.HeaderClassName
{
color: #F007D8;
}
.AnyTagClassName
{
color: #F007D8;
}
</style>
background-color css
<style>
a { background-color: #F007D8; }
a { background-color: rgb(240,7,216); }
div.DivClassName
{
background-color: #F007D8;
}
.BgClassName
{
background-color: #F007D8;
}
</style>
border-color css
<style>
span { border-color: #F007D8; }
span { border-color: rgb(240,7,216); }
td.TdClassName
{
border-color: #F007D8;
}
.TagClassName
{
border-color: #F007D8;
}
</style>