Shades of Hot Magenta #F007C9
Tints of Hot Magenta #F007C9
RGB
CMYK
RGB Variations
Color information
#F007C9 (or 0xF007C9) is known color: Hot Magenta. HEX triplet: F0, 07 and C9. RGB value is (240,7,201). Sum of RGB (Red+Green+Blue) = 240+7+201=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C9 is #0FF836. Grayscale: #626262. Windows color (decimal): -1046583 or 13174768. OLE color: 13174768.
HSL color Cylindrical-coordinate representation of color #F007C9: hue angle of 310.04º 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 #F007C9 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.06 |
| HSL | 310.04º | 0.94% | 0.48% | - |
| HSV(B) | 310.04º | 0.97% | 0.94% | - |
| XYZ | 46.55 | 22.89 | 57.22 | - |
| YUV | 98.78 | 185.69 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 201 | 0 | 0.97 | 0.16 | 0.06 | 310.04 | 0.94 | 0.48 |
| Hex | F0 | 7 | C9 | 0 | 61 | 10 | 6 | 136 | 5E | 30 |
| Octal | 360 | 7 | 311 | 0 | 141 | 20 | 6 | 466 | 136 | 60 |
| Binary | 11110000 | 111 | 11001001 | 0 | 1100001 | 10000 | 110 | 100110110 | 1011110 | 110000 |
Color Harmonies of #F007C9
Complementary color
Monochromatic Colors of #F007C9
Black with #F007C9
Text Example
Text Example
White with #F007C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007C9; }
p { color: rgb(240,7,201); }
H1.HeaderClassName
{
color: #F007C9;
}
.AnyTagClassName
{
color: #F007C9;
}
</style>
background-color css
<style>
a { background-color: #F007C9; }
a { background-color: rgb(240,7,201); }
div.DivClassName
{
background-color: #F007C9;
}
.BgClassName
{
background-color: #F007C9;
}
</style>
border-color css
<style>
span { border-color: #F007C9; }
span { border-color: rgb(240,7,201); }
td.TdClassName
{
border-color: #F007C9;
}
.TagClassName
{
border-color: #F007C9;
}
</style>