Shades of Hot Magenta #F400CC
Tints of Hot Magenta #F400CC
RGB
CMYK
RGB Variations
Color information
#F400CC (or 0xF400CC) is known color: Hot Magenta. HEX triplet: F4, 00 and CC. RGB value is (244,0,204). Sum of RGB (Red+Green+Blue) = 244+0+204=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F400CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400CC is #0BFF33. Grayscale: #5F5F5F. Windows color (decimal): -786228 or 13369588. OLE color: 13369588.
HSL color Cylindrical-coordinate representation of color #F400CC: hue angle of 309.84º 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 #F400CC is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.16 | 0.04 |
| HSL | 309.84º | 1% | 0.48% | - |
| HSV(B) | 309.84º | 1% | 0.96% | - |
| XYZ | 48.21 | 23.59 | 59.14 | - |
| YUV | 96.21 | 188.84 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 204 | 0 | 1 | 0.16 | 0.04 | 309.84 | 1 | 0.48 |
| Hex | F4 | 0 | CC | 0 | 64 | 10 | 4 | 136 | 64 | 30 |
| Octal | 364 | 0 | 314 | 0 | 144 | 20 | 4 | 466 | 144 | 60 |
| Binary | 11110100 | 0 | 11001100 | 0 | 1100100 | 10000 | 100 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F400CC
Complementary color
Monochromatic Colors of #F400CC
Black with #F400CC
Text Example
Text Example
White with #F400CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400CC; }
p { color: rgb(244,0,204); }
H1.HeaderClassName
{
color: #F400CC;
}
.AnyTagClassName
{
color: #F400CC;
}
</style>
background-color css
<style>
a { background-color: #F400CC; }
a { background-color: rgb(244,0,204); }
div.DivClassName
{
background-color: #F400CC;
}
.BgClassName
{
background-color: #F400CC;
}
</style>
border-color css
<style>
span { border-color: #F400CC; }
span { border-color: rgb(244,0,204); }
td.TdClassName
{
border-color: #F400CC;
}
.TagClassName
{
border-color: #F400CC;
}
</style>