Shades of Hot Magenta #F401CC
Tints of Hot Magenta #F401CC
RGB
CMYK
RGB Variations
Color information
#F401CC (or 0xF401CC) is known color: Hot Magenta. HEX triplet: F4, 01 and CC. RGB value is (244,1,204). Sum of RGB (Red+Green+Blue) = 244+1+204=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F401CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401CC is #0BFE33. Grayscale: #606060. Windows color (decimal): -785972 or 13369844. OLE color: 13369844.
HSL color Cylindrical-coordinate representation of color #F401CC: hue angle of 309.88º 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 #F401CC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.04 |
| HSL | 309.88º | 0.99% | 0.48% | - |
| HSV(B) | 309.88º | 1% | 0.96% | - |
| XYZ | 48.22 | 23.61 | 59.14 | - |
| YUV | 96.8 | 188.51 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 204 | 0 | 1.00 | 0.16 | 0.04 | 309.88 | 0.99 | 0.48 |
| Hex | F4 | 1 | CC | 0 | 64 | 10 | 4 | 136 | 63 | 30 |
| Octal | 364 | 1 | 314 | 0 | 144 | 20 | 4 | 466 | 143 | 60 |
| Binary | 11110100 | 1 | 11001100 | 0 | 1100100 | 10000 | 100 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F401CC
Complementary color
Monochromatic Colors of #F401CC
Black with #F401CC
Text Example
Text Example
White with #F401CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401CC; }
p { color: rgb(244,1,204); }
H1.HeaderClassName
{
color: #F401CC;
}
.AnyTagClassName
{
color: #F401CC;
}
</style>
background-color css
<style>
a { background-color: #F401CC; }
a { background-color: rgb(244,1,204); }
div.DivClassName
{
background-color: #F401CC;
}
.BgClassName
{
background-color: #F401CC;
}
</style>
border-color css
<style>
span { border-color: #F401CC; }
span { border-color: rgb(244,1,204); }
td.TdClassName
{
border-color: #F401CC;
}
.TagClassName
{
border-color: #F401CC;
}
</style>