Shades of Hot Magenta #F400BF
Tints of Hot Magenta #F400BF
RGB
CMYK
RGB Variations
Color information
#F400BF (or 0xF400BF) is known color: Hot Magenta. HEX triplet: F4, 00 and BF. RGB value is (244,0,191). Sum of RGB (Red+Green+Blue) = 244+0+191=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F400BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400BF is #0BFF40. Grayscale: #5E5E5E. Windows color (decimal): -786241 or 12517620. OLE color: 12517620.
HSL color Cylindrical-coordinate representation of color #F400BF: hue angle of 313.03º 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 #F400BF is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.22 | 0.04 |
| HSL | 313.03º | 1% | 0.48% | - |
| HSV(B) | 313.03º | 1% | 0.96% | - |
| XYZ | 46.71 | 22.99 | 51.27 | - |
| YUV | 94.73 | 182.34 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 191 | 0 | 1 | 0.22 | 0.04 | 313.03 | 1 | 0.48 |
| Hex | F4 | 0 | BF | 0 | 64 | 16 | 4 | 139 | 64 | 30 |
| Octal | 364 | 0 | 277 | 0 | 144 | 26 | 4 | 471 | 144 | 60 |
| Binary | 11110100 | 0 | 10111111 | 0 | 1100100 | 10110 | 100 | 100111001 | 1100100 | 110000 |
Color Harmonies of #F400BF
Complementary color
Monochromatic Colors of #F400BF
Black with #F400BF
Text Example
Text Example
White with #F400BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400BF; }
p { color: rgb(244,0,191); }
H1.HeaderClassName
{
color: #F400BF;
}
.AnyTagClassName
{
color: #F400BF;
}
</style>
background-color css
<style>
a { background-color: #F400BF; }
a { background-color: rgb(244,0,191); }
div.DivClassName
{
background-color: #F400BF;
}
.BgClassName
{
background-color: #F400BF;
}
</style>
border-color css
<style>
span { border-color: #F400BF; }
span { border-color: rgb(244,0,191); }
td.TdClassName
{
border-color: #F400BF;
}
.TagClassName
{
border-color: #F400BF;
}
</style>