Shades of Hot Magenta #F401C4
Tints of Hot Magenta #F401C4
RGB
CMYK
RGB Variations
Color information
#F401C4 (or 0xF401C4) is known color: Hot Magenta. HEX triplet: F4, 01 and C4. RGB value is (244,1,196). Sum of RGB (Red+Green+Blue) = 244+1+196=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F401C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401C4 is #0BFE3B. Grayscale: #5F5F5F. Windows color (decimal): -785980 or 12845556. OLE color: 12845556.
HSL color Cylindrical-coordinate representation of color #F401C4: hue angle of 311.85º 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 #F401C4 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.04 |
| HSL | 311.85º | 0.99% | 0.48% | - |
| HSV(B) | 311.85º | 1% | 0.96% | - |
| XYZ | 47.28 | 23.24 | 54.22 | - |
| YUV | 95.89 | 184.51 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 196 | 0 | 1.00 | 0.20 | 0.04 | 311.85 | 0.99 | 0.48 |
| Hex | F4 | 1 | C4 | 0 | 64 | 14 | 4 | 138 | 63 | 30 |
| Octal | 364 | 1 | 304 | 0 | 144 | 24 | 4 | 470 | 143 | 60 |
| Binary | 11110100 | 1 | 11000100 | 0 | 1100100 | 10100 | 100 | 100111000 | 1100011 | 110000 |
Color Harmonies of #F401C4
Complementary color
Monochromatic Colors of #F401C4
Black with #F401C4
Text Example
Text Example
White with #F401C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401C4; }
p { color: rgb(244,1,196); }
H1.HeaderClassName
{
color: #F401C4;
}
.AnyTagClassName
{
color: #F401C4;
}
</style>
background-color css
<style>
a { background-color: #F401C4; }
a { background-color: rgb(244,1,196); }
div.DivClassName
{
background-color: #F401C4;
}
.BgClassName
{
background-color: #F401C4;
}
</style>
border-color css
<style>
span { border-color: #F401C4; }
span { border-color: rgb(244,1,196); }
td.TdClassName
{
border-color: #F401C4;
}
.TagClassName
{
border-color: #F401C4;
}
</style>