Shades of Hot Magenta #F401C0
Tints of Hot Magenta #F401C0
RGB
CMYK
RGB Variations
Color information
#F401C0 (or 0xF401C0) is known color: Hot Magenta. HEX triplet: F4, 01 and C0. RGB value is (244,1,192). Sum of RGB (Red+Green+Blue) = 244+1+192=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F401C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401C0 is #0BFE3F. Grayscale: #5E5E5E. Windows color (decimal): -785984 or 12583412. OLE color: 12583412.
HSL color Cylindrical-coordinate representation of color #F401C0: hue angle of 312.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401C0 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.04 |
| HSL | 312.84º | 0.99% | 0.48% | - |
| HSV(B) | 312.84º | 1% | 0.96% | - |
| XYZ | 46.83 | 23.06 | 51.85 | - |
| YUV | 95.43 | 182.51 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 192 | 0 | 1.00 | 0.21 | 0.04 | 312.84 | 0.99 | 0.48 |
| Hex | F4 | 1 | C0 | 0 | 64 | 15 | 4 | 139 | 63 | 30 |
| Octal | 364 | 1 | 300 | 0 | 144 | 25 | 4 | 471 | 143 | 60 |
| Binary | 11110100 | 1 | 11000000 | 0 | 1100100 | 10101 | 100 | 100111001 | 1100011 | 110000 |
Color Harmonies of #F401C0
Complementary color
Monochromatic Colors of #F401C0
Black with #F401C0
Text Example
Text Example
White with #F401C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401C0; }
p { color: rgb(244,1,192); }
H1.HeaderClassName
{
color: #F401C0;
}
.AnyTagClassName
{
color: #F401C0;
}
</style>
background-color css
<style>
a { background-color: #F401C0; }
a { background-color: rgb(244,1,192); }
div.DivClassName
{
background-color: #F401C0;
}
.BgClassName
{
background-color: #F401C0;
}
</style>
border-color css
<style>
span { border-color: #F401C0; }
span { border-color: rgb(244,1,192); }
td.TdClassName
{
border-color: #F401C0;
}
.TagClassName
{
border-color: #F401C0;
}
</style>