Shades of Hot Magenta #F504DF
Tints of Hot Magenta #F504DF
RGB
CMYK
RGB Variations
Color information
#F504DF (or 0xF504DF) is known color: Hot Magenta. HEX triplet: F5, 04 and DF. RGB value is (245,4,223). Sum of RGB (Red+Green+Blue) = 245+4+223=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F504DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504DF is #0AFB20. Grayscale: #646464. Windows color (decimal): -719649 or 14615797. OLE color: 14615797.
HSL color Cylindrical-coordinate representation of color #F504DF: hue angle of 305.48º 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 #F504DF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.48º | 0.97% | 0.49% | - |
| HSV(B) | 305.48º | 0.98% | 0.96% | - |
| XYZ | 51.02 | 24.83 | 71.92 | - |
| YUV | 101.03 | 196.84 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 223 | 0 | 0.98 | 0.09 | 0.04 | 305.48 | 0.97 | 0.49 |
| Hex | F5 | 4 | DF | 0 | 62 | 9 | 4 | 131 | 61 | 31 |
| Octal | 365 | 4 | 337 | 0 | 142 | 11 | 4 | 461 | 141 | 61 |
| Binary | 11110101 | 100 | 11011111 | 0 | 1100010 | 1001 | 100 | 100110001 | 1100001 | 110001 |
Color Harmonies of #F504DF
Complementary color
Monochromatic Colors of #F504DF
Black with #F504DF
Text Example
Text Example
White with #F504DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504DF; }
p { color: rgb(245,4,223); }
H1.HeaderClassName
{
color: #F504DF;
}
.AnyTagClassName
{
color: #F504DF;
}
</style>
background-color css
<style>
a { background-color: #F504DF; }
a { background-color: rgb(245,4,223); }
div.DivClassName
{
background-color: #F504DF;
}
.BgClassName
{
background-color: #F504DF;
}
</style>
border-color css
<style>
span { border-color: #F504DF; }
span { border-color: rgb(245,4,223); }
td.TdClassName
{
border-color: #F504DF;
}
.TagClassName
{
border-color: #F504DF;
}
</style>