Shades of Hot Magenta #F400CA
Tints of Hot Magenta #F400CA
RGB
CMYK
RGB Variations
Color information
#F400CA (or 0xF400CA) is known color: Hot Magenta. HEX triplet: F4, 00 and CA. RGB value is (244,0,202). Sum of RGB (Red+Green+Blue) = 244+0+202=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F400CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400CA is #0BFF35. Grayscale: #5F5F5F. Windows color (decimal): -786230 or 13238516. OLE color: 13238516.
HSL color Cylindrical-coordinate representation of color #F400CA: hue angle of 310.33º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400CA is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.17 | 0.04 |
| HSL | 310.33º | 1% | 0.48% | - |
| HSV(B) | 310.33º | 1% | 0.96% | - |
| XYZ | 47.97 | 23.5 | 57.88 | - |
| YUV | 95.98 | 187.84 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 202 | 0 | 1 | 0.17 | 0.04 | 310.33 | 1 | 0.48 |
| Hex | F4 | 0 | CA | 0 | 64 | 11 | 4 | 136 | 64 | 30 |
| Octal | 364 | 0 | 312 | 0 | 144 | 21 | 4 | 466 | 144 | 60 |
| Binary | 11110100 | 0 | 11001010 | 0 | 1100100 | 10001 | 100 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F400CA
Complementary color
Monochromatic Colors of #F400CA
Black with #F400CA
Text Example
Text Example
White with #F400CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400CA; }
p { color: rgb(244,0,202); }
H1.HeaderClassName
{
color: #F400CA;
}
.AnyTagClassName
{
color: #F400CA;
}
</style>
background-color css
<style>
a { background-color: #F400CA; }
a { background-color: rgb(244,0,202); }
div.DivClassName
{
background-color: #F400CA;
}
.BgClassName
{
background-color: #F400CA;
}
</style>
border-color css
<style>
span { border-color: #F400CA; }
span { border-color: rgb(244,0,202); }
td.TdClassName
{
border-color: #F400CA;
}
.TagClassName
{
border-color: #F400CA;
}
</style>