Shades of Hot Magenta #F401CF
Tints of Hot Magenta #F401CF
RGB
CMYK
RGB Variations
Color information
#F401CF (or 0xF401CF) is known color: Hot Magenta. HEX triplet: F4, 01 and CF. RGB value is (244,1,207). Sum of RGB (Red+Green+Blue) = 244+1+207=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F401CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401CF is #0BFE30. Grayscale: #606060. Windows color (decimal): -785969 or 13566452. OLE color: 13566452.
HSL color Cylindrical-coordinate representation of color #F401CF: hue angle of 309.14º 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 #F401CF is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.04 |
| HSL | 309.14º | 0.99% | 0.48% | - |
| HSV(B) | 309.14º | 1% | 0.96% | - |
| XYZ | 48.58 | 23.76 | 61.06 | - |
| YUV | 97.14 | 190.01 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 207 | 0 | 1.00 | 0.15 | 0.04 | 309.14 | 0.99 | 0.48 |
| Hex | F4 | 1 | CF | 0 | 64 | F | 4 | 135 | 63 | 30 |
| Octal | 364 | 1 | 317 | 0 | 144 | 17 | 4 | 465 | 143 | 60 |
| Binary | 11110100 | 1 | 11001111 | 0 | 1100100 | 1111 | 100 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F401CF
Complementary color
Monochromatic Colors of #F401CF
Black with #F401CF
Text Example
Text Example
White with #F401CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401CF; }
p { color: rgb(244,1,207); }
H1.HeaderClassName
{
color: #F401CF;
}
.AnyTagClassName
{
color: #F401CF;
}
</style>
background-color css
<style>
a { background-color: #F401CF; }
a { background-color: rgb(244,1,207); }
div.DivClassName
{
background-color: #F401CF;
}
.BgClassName
{
background-color: #F401CF;
}
</style>
border-color css
<style>
span { border-color: #F401CF; }
span { border-color: rgb(244,1,207); }
td.TdClassName
{
border-color: #F401CF;
}
.TagClassName
{
border-color: #F401CF;
}
</style>