Shades of Hot Magenta #F504CE
Tints of Hot Magenta #F504CE
RGB
CMYK
RGB Variations
Color information
#F504CE (or 0xF504CE) is known color: Hot Magenta. HEX triplet: F5, 04 and CE. RGB value is (245,4,206). Sum of RGB (Red+Green+Blue) = 245+4+206=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F504CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504CE is #0AFB31. Grayscale: #626262. Windows color (decimal): -719666 or 13501685. OLE color: 13501685.
HSL color Cylindrical-coordinate representation of color #F504CE: hue angle of 309.71º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504CE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.71º | 0.97% | 0.49% | - |
| HSV(B) | 309.71º | 0.98% | 0.96% | - |
| XYZ | 48.84 | 23.96 | 60.44 | - |
| YUV | 99.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 206 | 0 | 0.98 | 0.16 | 0.04 | 309.71 | 0.97 | 0.49 |
| Hex | F5 | 4 | CE | 0 | 62 | 10 | 4 | 136 | 61 | 31 |
| Octal | 365 | 4 | 316 | 0 | 142 | 20 | 4 | 466 | 141 | 61 |
| Binary | 11110101 | 100 | 11001110 | 0 | 1100010 | 10000 | 100 | 100110110 | 1100001 | 110001 |
Color Harmonies of #F504CE
Complementary color
Monochromatic Colors of #F504CE
Black with #F504CE
Text Example
Text Example
White with #F504CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504CE; }
p { color: rgb(245,4,206); }
H1.HeaderClassName
{
color: #F504CE;
}
.AnyTagClassName
{
color: #F504CE;
}
</style>
background-color css
<style>
a { background-color: #F504CE; }
a { background-color: rgb(245,4,206); }
div.DivClassName
{
background-color: #F504CE;
}
.BgClassName
{
background-color: #F504CE;
}
</style>
border-color css
<style>
span { border-color: #F504CE; }
span { border-color: rgb(245,4,206); }
td.TdClassName
{
border-color: #F504CE;
}
.TagClassName
{
border-color: #F504CE;
}
</style>