Shades of Hot Magenta #F007D0
Tints of Hot Magenta #F007D0
RGB
CMYK
RGB Variations
Color information
#F007D0 (or 0xF007D0) is known color: Hot Magenta. HEX triplet: F0, 07 and D0. RGB value is (240,7,208). Sum of RGB (Red+Green+Blue) = 240+7+208=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F007D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007D0 is #0FF82F. Grayscale: #636363. Windows color (decimal): -1046576 or 13633520. OLE color: 13633520.
HSL color Cylindrical-coordinate representation of color #F007D0: hue angle of 308.24º 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 #F007D0 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.06 |
| HSL | 308.24º | 0.94% | 0.48% | - |
| HSV(B) | 308.24º | 0.97% | 0.94% | - |
| XYZ | 47.4 | 23.23 | 61.66 | - |
| YUV | 99.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 208 | 0 | 0.97 | 0.13 | 0.06 | 308.24 | 0.94 | 0.48 |
| Hex | F0 | 7 | D0 | 0 | 61 | D | 6 | 134 | 5E | 30 |
| Octal | 360 | 7 | 320 | 0 | 141 | 15 | 6 | 464 | 136 | 60 |
| Binary | 11110000 | 111 | 11010000 | 0 | 1100001 | 1101 | 110 | 100110100 | 1011110 | 110000 |
Color Harmonies of #F007D0
Complementary color
Monochromatic Colors of #F007D0
Black with #F007D0
Text Example
Text Example
White with #F007D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007D0; }
p { color: rgb(240,7,208); }
H1.HeaderClassName
{
color: #F007D0;
}
.AnyTagClassName
{
color: #F007D0;
}
</style>
background-color css
<style>
a { background-color: #F007D0; }
a { background-color: rgb(240,7,208); }
div.DivClassName
{
background-color: #F007D0;
}
.BgClassName
{
background-color: #F007D0;
}
</style>
border-color css
<style>
span { border-color: #F007D0; }
span { border-color: rgb(240,7,208); }
td.TdClassName
{
border-color: #F007D0;
}
.TagClassName
{
border-color: #F007D0;
}
</style>