Shades of Hot Magenta #F007DD
Tints of Hot Magenta #F007DD
RGB
CMYK
RGB Variations
Color information
#F007DD (or 0xF007DD) is known color: Hot Magenta. HEX triplet: F0, 07 and DD. RGB value is (240,7,221). Sum of RGB (Red+Green+Blue) = 240+7+221=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F007DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007DD is #0FF822. Grayscale: #646464. Windows color (decimal): -1046563 or 14485488. OLE color: 14485488.
HSL color Cylindrical-coordinate representation of color #F007DD: hue angle of 304.89º 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 #F007DD is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.06 |
| HSL | 304.89º | 0.94% | 0.48% | - |
| HSV(B) | 304.89º | 0.97% | 0.94% | - |
| XYZ | 49.06 | 23.9 | 70.43 | - |
| YUV | 101.06 | 195.69 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 221 | 0 | 0.97 | 0.08 | 0.06 | 304.89 | 0.94 | 0.48 |
| Hex | F0 | 7 | DD | 0 | 61 | 8 | 6 | 131 | 5E | 30 |
| Octal | 360 | 7 | 335 | 0 | 141 | 10 | 6 | 461 | 136 | 60 |
| Binary | 11110000 | 111 | 11011101 | 0 | 1100001 | 1000 | 110 | 100110001 | 1011110 | 110000 |
Color Harmonies of #F007DD
Complementary color
Monochromatic Colors of #F007DD
Black with #F007DD
Text Example
Text Example
White with #F007DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007DD; }
p { color: rgb(240,7,221); }
H1.HeaderClassName
{
color: #F007DD;
}
.AnyTagClassName
{
color: #F007DD;
}
</style>
background-color css
<style>
a { background-color: #F007DD; }
a { background-color: rgb(240,7,221); }
div.DivClassName
{
background-color: #F007DD;
}
.BgClassName
{
background-color: #F007DD;
}
</style>
border-color css
<style>
span { border-color: #F007DD; }
span { border-color: rgb(240,7,221); }
td.TdClassName
{
border-color: #F007DD;
}
.TagClassName
{
border-color: #F007DD;
}
</style>