Shades of Hot Magenta #F400CB
Tints of Hot Magenta #F400CB
RGB
CMYK
RGB Variations
Color information
#F400CB (or 0xF400CB) is known color: Hot Magenta. HEX triplet: F4, 00 and CB. RGB value is (244,0,203). Sum of RGB (Red+Green+Blue) = 244+0+203=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F400CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400CB is #0BFF34. Grayscale: #5F5F5F. Windows color (decimal): -786229 or 13304052. OLE color: 13304052.
HSL color Cylindrical-coordinate representation of color #F400CB: hue angle of 310.08º 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 #F400CB is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.17 | 0.04 |
| HSL | 310.08º | 1% | 0.48% | - |
| HSV(B) | 310.08º | 1% | 0.96% | - |
| XYZ | 48.09 | 23.54 | 58.51 | - |
| YUV | 96.1 | 188.34 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 203 | 0 | 1 | 0.17 | 0.04 | 310.08 | 1 | 0.48 |
| Hex | F4 | 0 | CB | 0 | 64 | 11 | 4 | 136 | 64 | 30 |
| Octal | 364 | 0 | 313 | 0 | 144 | 21 | 4 | 466 | 144 | 60 |
| Binary | 11110100 | 0 | 11001011 | 0 | 1100100 | 10001 | 100 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F400CB
Complementary color
Monochromatic Colors of #F400CB
Black with #F400CB
Text Example
Text Example
White with #F400CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400CB; }
p { color: rgb(244,0,203); }
H1.HeaderClassName
{
color: #F400CB;
}
.AnyTagClassName
{
color: #F400CB;
}
</style>
background-color css
<style>
a { background-color: #F400CB; }
a { background-color: rgb(244,0,203); }
div.DivClassName
{
background-color: #F400CB;
}
.BgClassName
{
background-color: #F400CB;
}
</style>
border-color css
<style>
span { border-color: #F400CB; }
span { border-color: rgb(244,0,203); }
td.TdClassName
{
border-color: #F400CB;
}
.TagClassName
{
border-color: #F400CB;
}
</style>