Shades of Hot Magenta #F404CF
Tints of Hot Magenta #F404CF
RGB
CMYK
RGB Variations
Color information
#F404CF (or 0xF404CF) is known color: Hot Magenta. HEX triplet: F4, 04 and CF. RGB value is (244,4,207). Sum of RGB (Red+Green+Blue) = 244+4+207=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F404CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404CF is #0BFB30. Grayscale: #626262. Windows color (decimal): -785201 or 13567220. OLE color: 13567220.
HSL color Cylindrical-coordinate representation of color #F404CF: hue angle of 309.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404CF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.04 |
| HSL | 309.25º | 0.97% | 0.49% | - |
| HSV(B) | 309.25º | 0.98% | 0.96% | - |
| XYZ | 48.61 | 23.82 | 61.07 | - |
| YUV | 98.9 | 189.01 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 207 | 0 | 0.98 | 0.15 | 0.04 | 309.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | CF | 0 | 62 | F | 4 | 135 | 61 | 31 |
| Octal | 364 | 4 | 317 | 0 | 142 | 17 | 4 | 465 | 141 | 61 |
| Binary | 11110100 | 100 | 11001111 | 0 | 1100010 | 1111 | 100 | 100110101 | 1100001 | 110001 |
Color Harmonies of #F404CF
Complementary color
Monochromatic Colors of #F404CF
Black with #F404CF
Text Example
Text Example
White with #F404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404CF; }
p { color: rgb(244,4,207); }
H1.HeaderClassName
{
color: #F404CF;
}
.AnyTagClassName
{
color: #F404CF;
}
</style>
background-color css
<style>
a { background-color: #F404CF; }
a { background-color: rgb(244,4,207); }
div.DivClassName
{
background-color: #F404CF;
}
.BgClassName
{
background-color: #F404CF;
}
</style>
border-color css
<style>
span { border-color: #F404CF; }
span { border-color: rgb(244,4,207); }
td.TdClassName
{
border-color: #F404CF;
}
.TagClassName
{
border-color: #F404CF;
}
</style>