Shades of Hot Magenta #F407CB
Tints of Hot Magenta #F407CB
RGB
CMYK
RGB Variations
Color information
#F407CB (or 0xF407CB) is known color: Hot Magenta. HEX triplet: F4, 07 and CB. RGB value is (244,7,203). Sum of RGB (Red+Green+Blue) = 244+7+203=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F407CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407CB is #0BF834. Grayscale: #636363. Windows color (decimal): -784437 or 13305844. OLE color: 13305844.
HSL color Cylindrical-coordinate representation of color #F407CB: hue angle of 310.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407CB is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.04 |
| HSL | 310.38º | 0.94% | 0.49% | - |
| HSV(B) | 310.38º | 0.97% | 0.96% | - |
| XYZ | 48.16 | 23.7 | 58.54 | - |
| YUV | 100.21 | 186.02 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 203 | 0 | 0.97 | 0.17 | 0.04 | 310.38 | 0.94 | 0.49 |
| Hex | F4 | 7 | CB | 0 | 61 | 11 | 4 | 136 | 5E | 31 |
| Octal | 364 | 7 | 313 | 0 | 141 | 21 | 4 | 466 | 136 | 61 |
| Binary | 11110100 | 111 | 11001011 | 0 | 1100001 | 10001 | 100 | 100110110 | 1011110 | 110001 |
Color Harmonies of #F407CB
Complementary color
Monochromatic Colors of #F407CB
Black with #F407CB
Text Example
Text Example
White with #F407CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407CB; }
p { color: rgb(244,7,203); }
H1.HeaderClassName
{
color: #F407CB;
}
.AnyTagClassName
{
color: #F407CB;
}
</style>
background-color css
<style>
a { background-color: #F407CB; }
a { background-color: rgb(244,7,203); }
div.DivClassName
{
background-color: #F407CB;
}
.BgClassName
{
background-color: #F407CB;
}
</style>
border-color css
<style>
span { border-color: #F407CB; }
span { border-color: rgb(244,7,203); }
td.TdClassName
{
border-color: #F407CB;
}
.TagClassName
{
border-color: #F407CB;
}
</style>