Shades of Hot Magenta #F007DA
Tints of Hot Magenta #F007DA
RGB
CMYK
RGB Variations
Color information
#F007DA (or 0xF007DA) is known color: Hot Magenta. HEX triplet: F0, 07 and DA. RGB value is (240,7,218). Sum of RGB (Red+Green+Blue) = 240+7+218=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F007DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007DA is #0FF825. Grayscale: #646464. Windows color (decimal): -1046566 or 14288880. OLE color: 14288880.
HSL color Cylindrical-coordinate representation of color #F007DA: hue angle of 305.67º 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 #F007DA is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.06 |
| HSL | 305.67º | 0.94% | 0.48% | - |
| HSV(B) | 305.67º | 0.97% | 0.94% | - |
| XYZ | 48.67 | 23.74 | 68.35 | - |
| YUV | 100.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 218 | 0 | 0.97 | 0.09 | 0.06 | 305.67 | 0.94 | 0.48 |
| Hex | F0 | 7 | DA | 0 | 61 | 9 | 6 | 132 | 5E | 30 |
| Octal | 360 | 7 | 332 | 0 | 141 | 11 | 6 | 462 | 136 | 60 |
| Binary | 11110000 | 111 | 11011010 | 0 | 1100001 | 1001 | 110 | 100110010 | 1011110 | 110000 |
Color Harmonies of #F007DA
Complementary color
Monochromatic Colors of #F007DA
Black with #F007DA
Text Example
Text Example
White with #F007DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007DA; }
p { color: rgb(240,7,218); }
H1.HeaderClassName
{
color: #F007DA;
}
.AnyTagClassName
{
color: #F007DA;
}
</style>
background-color css
<style>
a { background-color: #F007DA; }
a { background-color: rgb(240,7,218); }
div.DivClassName
{
background-color: #F007DA;
}
.BgClassName
{
background-color: #F007DA;
}
</style>
border-color css
<style>
span { border-color: #F007DA; }
span { border-color: rgb(240,7,218); }
td.TdClassName
{
border-color: #F007DA;
}
.TagClassName
{
border-color: #F007DA;
}
</style>