Shades of Hot Magenta #F504CA
Tints of Hot Magenta #F504CA
RGB
CMYK
RGB Variations
Color information
#F504CA (or 0xF504CA) is known color: Hot Magenta. HEX triplet: F5, 04 and CA. RGB value is (245,4,202). Sum of RGB (Red+Green+Blue) = 245+4+202=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F504CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504CA is #0AFB35. Grayscale: #626262. Windows color (decimal): -719670 or 13239541. OLE color: 13239541.
HSL color Cylindrical-coordinate representation of color #F504CA: hue angle of 310.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 #F504CA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.04 |
| HSL | 310.71º | 0.97% | 0.49% | - |
| HSV(B) | 310.71º | 0.98% | 0.96% | - |
| XYZ | 48.36 | 23.76 | 57.92 | - |
| YUV | 98.63 | 186.34 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 202 | 0 | 0.98 | 0.18 | 0.04 | 310.71 | 0.97 | 0.49 |
| Hex | F5 | 4 | CA | 0 | 62 | 12 | 4 | 137 | 61 | 31 |
| Octal | 365 | 4 | 312 | 0 | 142 | 22 | 4 | 467 | 141 | 61 |
| Binary | 11110101 | 100 | 11001010 | 0 | 1100010 | 10010 | 100 | 100110111 | 1100001 | 110001 |
Color Harmonies of #F504CA
Complementary color
Monochromatic Colors of #F504CA
Black with #F504CA
Text Example
Text Example
White with #F504CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504CA; }
p { color: rgb(245,4,202); }
H1.HeaderClassName
{
color: #F504CA;
}
.AnyTagClassName
{
color: #F504CA;
}
</style>
background-color css
<style>
a { background-color: #F504CA; }
a { background-color: rgb(245,4,202); }
div.DivClassName
{
background-color: #F504CA;
}
.BgClassName
{
background-color: #F504CA;
}
</style>
border-color css
<style>
span { border-color: #F504CA; }
span { border-color: rgb(245,4,202); }
td.TdClassName
{
border-color: #F504CA;
}
.TagClassName
{
border-color: #F504CA;
}
</style>