Shades of Hot Magenta #F401CE
Tints of Hot Magenta #F401CE
RGB
CMYK
RGB Variations
Color information
#F401CE (or 0xF401CE) is known color: Hot Magenta. HEX triplet: F4, 01 and CE. RGB value is (244,1,206). Sum of RGB (Red+Green+Blue) = 244+1+206=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F401CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401CE is #0BFE31. Grayscale: #606060. Windows color (decimal): -785970 or 13500916. OLE color: 13500916.
HSL color Cylindrical-coordinate representation of color #F401CE: hue angle of 309.38º 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 #F401CE is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.04 |
| HSL | 309.38º | 0.99% | 0.48% | - |
| HSV(B) | 309.38º | 1% | 0.96% | - |
| XYZ | 48.46 | 23.71 | 60.42 | - |
| YUV | 97.03 | 189.51 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 206 | 0 | 1.00 | 0.16 | 0.04 | 309.38 | 0.99 | 0.48 |
| Hex | F4 | 1 | CE | 0 | 64 | 10 | 4 | 135 | 63 | 30 |
| Octal | 364 | 1 | 316 | 0 | 144 | 20 | 4 | 465 | 143 | 60 |
| Binary | 11110100 | 1 | 11001110 | 0 | 1100100 | 10000 | 100 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F401CE
Complementary color
Monochromatic Colors of #F401CE
Black with #F401CE
Text Example
Text Example
White with #F401CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401CE; }
p { color: rgb(244,1,206); }
H1.HeaderClassName
{
color: #F401CE;
}
.AnyTagClassName
{
color: #F401CE;
}
</style>
background-color css
<style>
a { background-color: #F401CE; }
a { background-color: rgb(244,1,206); }
div.DivClassName
{
background-color: #F401CE;
}
.BgClassName
{
background-color: #F401CE;
}
</style>
border-color css
<style>
span { border-color: #F401CE; }
span { border-color: rgb(244,1,206); }
td.TdClassName
{
border-color: #F401CE;
}
.TagClassName
{
border-color: #F401CE;
}
</style>