Shades of Hot Magenta #F504CF
Tints of Hot Magenta #F504CF
RGB
CMYK
RGB Variations
Color information
#F504CF (or 0xF504CF) is known color: Hot Magenta. HEX triplet: F5, 04 and CF. RGB value is (245,4,207). Sum of RGB (Red+Green+Blue) = 245+4+207=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F504CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504CF is #0AFB30. Grayscale: #626262. Windows color (decimal): -719665 or 13567221. OLE color: 13567221.
HSL color Cylindrical-coordinate representation of color #F504CF: hue angle of 309.46º 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 #F504CF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.46º | 0.97% | 0.49% | - |
| HSV(B) | 309.46º | 0.98% | 0.96% | - |
| XYZ | 48.96 | 24 | 61.08 | - |
| YUV | 99.2 | 188.84 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 207 | 0 | 0.98 | 0.16 | 0.04 | 309.46 | 0.97 | 0.49 |
| Hex | F5 | 4 | CF | 0 | 62 | 10 | 4 | 135 | 61 | 31 |
| Octal | 365 | 4 | 317 | 0 | 142 | 20 | 4 | 465 | 141 | 61 |
| Binary | 11110101 | 100 | 11001111 | 0 | 1100010 | 10000 | 100 | 100110101 | 1100001 | 110001 |
Color Harmonies of #F504CF
Complementary color
Monochromatic Colors of #F504CF
Black with #F504CF
Text Example
Text Example
White with #F504CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504CF; }
p { color: rgb(245,4,207); }
H1.HeaderClassName
{
color: #F504CF;
}
.AnyTagClassName
{
color: #F504CF;
}
</style>
background-color css
<style>
a { background-color: #F504CF; }
a { background-color: rgb(245,4,207); }
div.DivClassName
{
background-color: #F504CF;
}
.BgClassName
{
background-color: #F504CF;
}
</style>
border-color css
<style>
span { border-color: #F504CF; }
span { border-color: rgb(245,4,207); }
td.TdClassName
{
border-color: #F504CF;
}
.TagClassName
{
border-color: #F504CF;
}
</style>