Shades of Hot Magenta #F407CE
Tints of Hot Magenta #F407CE
RGB
CMYK
RGB Variations
Color information
#F407CE (or 0xF407CE) is known color: Hot Magenta. HEX triplet: F4, 07 and CE. RGB value is (244,7,206). Sum of RGB (Red+Green+Blue) = 244+7+206=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F407CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407CE is #0BF831. Grayscale: #636363. Windows color (decimal): -784434 or 13502452. OLE color: 13502452.
HSL color Cylindrical-coordinate representation of color #F407CE: hue angle of 309.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407CE is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.04 |
| HSL | 309.62º | 0.94% | 0.49% | - |
| HSV(B) | 309.62º | 0.97% | 0.96% | - |
| XYZ | 48.52 | 23.84 | 60.44 | - |
| YUV | 100.55 | 187.52 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 206 | 0 | 0.97 | 0.16 | 0.04 | 309.62 | 0.94 | 0.49 |
| Hex | F4 | 7 | CE | 0 | 61 | 10 | 4 | 136 | 5E | 31 |
| Octal | 364 | 7 | 316 | 0 | 141 | 20 | 4 | 466 | 136 | 61 |
| Binary | 11110100 | 111 | 11001110 | 0 | 1100001 | 10000 | 100 | 100110110 | 1011110 | 110001 |
Color Harmonies of #F407CE
Complementary color
Monochromatic Colors of #F407CE
Black with #F407CE
Text Example
Text Example
White with #F407CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407CE; }
p { color: rgb(244,7,206); }
H1.HeaderClassName
{
color: #F407CE;
}
.AnyTagClassName
{
color: #F407CE;
}
</style>
background-color css
<style>
a { background-color: #F407CE; }
a { background-color: rgb(244,7,206); }
div.DivClassName
{
background-color: #F407CE;
}
.BgClassName
{
background-color: #F407CE;
}
</style>
border-color css
<style>
span { border-color: #F407CE; }
span { border-color: rgb(244,7,206); }
td.TdClassName
{
border-color: #F407CE;
}
.TagClassName
{
border-color: #F407CE;
}
</style>