Shades of Hot Magenta #F904CF
Tints of Hot Magenta #F904CF
RGB
CMYK
RGB Variations
Color information
#F904CF (or 0xF904CF) is known color: Hot Magenta. HEX triplet: F9, 04 and CF. RGB value is (249,4,207). Sum of RGB (Red+Green+Blue) = 249+4+207=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F904CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904CF is #06FB30. Grayscale: #636363. Windows color (decimal): -457521 or 13567225. OLE color: 13567225.
HSL color Cylindrical-coordinate representation of color #F904CF: hue angle of 310.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904CF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.02 |
| HSL | 310.29º | 0.97% | 0.5% | - |
| HSV(B) | 310.29º | 0.98% | 0.98% | - |
| XYZ | 50.37 | 24.73 | 61.15 | - |
| YUV | 100.4 | 188.17 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 207 | 0 | 0.98 | 0.17 | 0.02 | 310.29 | 0.97 | 0.5 |
| Hex | F9 | 4 | CF | 0 | 62 | 11 | 2 | 136 | 61 | 32 |
| Octal | 371 | 4 | 317 | 0 | 142 | 21 | 2 | 466 | 141 | 62 |
| Binary | 11111001 | 100 | 11001111 | 0 | 1100010 | 10001 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #F904CF
Complementary color
Monochromatic Colors of #F904CF
Black with #F904CF
Text Example
Text Example
White with #F904CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904CF; }
p { color: rgb(249,4,207); }
H1.HeaderClassName
{
color: #F904CF;
}
.AnyTagClassName
{
color: #F904CF;
}
</style>
background-color css
<style>
a { background-color: #F904CF; }
a { background-color: rgb(249,4,207); }
div.DivClassName
{
background-color: #F904CF;
}
.BgClassName
{
background-color: #F904CF;
}
</style>
border-color css
<style>
span { border-color: #F904CF; }
span { border-color: rgb(249,4,207); }
td.TdClassName
{
border-color: #F904CF;
}
.TagClassName
{
border-color: #F904CF;
}
</style>