Shades of Hot Magenta #F007D7
Tints of Hot Magenta #F007D7
RGB
CMYK
RGB Variations
Color information
#F007D7 (or 0xF007D7) is known color: Hot Magenta. HEX triplet: F0, 07 and D7. RGB value is (240,7,215). Sum of RGB (Red+Green+Blue) = 240+7+215=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F007D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007D7 is #0FF828. Grayscale: #636363. Windows color (decimal): -1046569 or 14092272. OLE color: 14092272.
HSL color Cylindrical-coordinate representation of color #F007D7: hue angle of 306.44º 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 #F007D7 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 215 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.06 |
| HSL | 306.44º | 0.94% | 0.48% | - |
| HSV(B) | 306.44º | 0.97% | 0.94% | - |
| XYZ | 48.28 | 23.58 | 66.3 | - |
| YUV | 100.38 | 192.69 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 215 | 0 | 0.97 | 0.10 | 0.06 | 306.44 | 0.94 | 0.48 |
| Hex | F0 | 7 | D7 | 0 | 61 | A | 6 | 132 | 5E | 30 |
| Octal | 360 | 7 | 327 | 0 | 141 | 12 | 6 | 462 | 136 | 60 |
| Binary | 11110000 | 111 | 11010111 | 0 | 1100001 | 1010 | 110 | 100110010 | 1011110 | 110000 |
Color Harmonies of #F007D7
Complementary color
Monochromatic Colors of #F007D7
Black with #F007D7
Text Example
Text Example
White with #F007D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007D7; }
p { color: rgb(240,7,215); }
H1.HeaderClassName
{
color: #F007D7;
}
.AnyTagClassName
{
color: #F007D7;
}
</style>
background-color css
<style>
a { background-color: #F007D7; }
a { background-color: rgb(240,7,215); }
div.DivClassName
{
background-color: #F007D7;
}
.BgClassName
{
background-color: #F007D7;
}
</style>
border-color css
<style>
span { border-color: #F007D7; }
span { border-color: rgb(240,7,215); }
td.TdClassName
{
border-color: #F007D7;
}
.TagClassName
{
border-color: #F007D7;
}
</style>