Shades of Hot Magenta #F401CA
Tints of Hot Magenta #F401CA
RGB
CMYK
RGB Variations
Color information
#F401CA (or 0xF401CA) is known color: Hot Magenta. HEX triplet: F4, 01 and CA. RGB value is (244,1,202). Sum of RGB (Red+Green+Blue) = 244+1+202=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F401CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401CA is #0BFE35. Grayscale: #606060. Windows color (decimal): -785974 or 13238772. OLE color: 13238772.
HSL color Cylindrical-coordinate representation of color #F401CA: hue angle of 310.37º 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 #F401CA is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.04 |
| HSL | 310.37º | 0.99% | 0.48% | - |
| HSV(B) | 310.37º | 1% | 0.96% | - |
| XYZ | 47.98 | 23.52 | 57.89 | - |
| YUV | 96.57 | 187.51 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 202 | 0 | 1.00 | 0.17 | 0.04 | 310.37 | 0.99 | 0.48 |
| Hex | F4 | 1 | CA | 0 | 64 | 11 | 4 | 136 | 63 | 30 |
| Octal | 364 | 1 | 312 | 0 | 144 | 21 | 4 | 466 | 143 | 60 |
| Binary | 11110100 | 1 | 11001010 | 0 | 1100100 | 10001 | 100 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F401CA
Complementary color
Monochromatic Colors of #F401CA
Black with #F401CA
Text Example
Text Example
White with #F401CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401CA; }
p { color: rgb(244,1,202); }
H1.HeaderClassName
{
color: #F401CA;
}
.AnyTagClassName
{
color: #F401CA;
}
</style>
background-color css
<style>
a { background-color: #F401CA; }
a { background-color: rgb(244,1,202); }
div.DivClassName
{
background-color: #F401CA;
}
.BgClassName
{
background-color: #F401CA;
}
</style>
border-color css
<style>
span { border-color: #F401CA; }
span { border-color: rgb(244,1,202); }
td.TdClassName
{
border-color: #F401CA;
}
.TagClassName
{
border-color: #F401CA;
}
</style>