Shades of Hot Magenta #F504E4
Tints of Hot Magenta #F504E4
RGB
CMYK
RGB Variations
Color information
#F504E4 (or 0xF504E4) is known color: Hot Magenta. HEX triplet: F5, 04 and E4. RGB value is (245,4,228). Sum of RGB (Red+Green+Blue) = 245+4+228=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F504E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504E4 is #0AFB1B. Grayscale: #646464. Windows color (decimal): -719644 or 14943477. OLE color: 14943477.
HSL color Cylindrical-coordinate representation of color #F504E4: hue angle of 304.23º 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 #F504E4 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 228 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.04 |
| HSL | 304.23º | 0.97% | 0.49% | - |
| HSV(B) | 304.23º | 0.98% | 0.96% | - |
| XYZ | 51.7 | 25.1 | 75.52 | - |
| YUV | 101.6 | 199.34 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 228 | 0 | 0.98 | 0.07 | 0.04 | 304.23 | 0.97 | 0.49 |
| Hex | F5 | 4 | E4 | 0 | 62 | 7 | 4 | 130 | 61 | 31 |
| Octal | 365 | 4 | 344 | 0 | 142 | 7 | 4 | 460 | 141 | 61 |
| Binary | 11110101 | 100 | 11100100 | 0 | 1100010 | 111 | 100 | 100110000 | 1100001 | 110001 |
Color Harmonies of #F504E4
Complementary color
Monochromatic Colors of #F504E4
Black with #F504E4
Text Example
Text Example
White with #F504E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504E4; }
p { color: rgb(245,4,228); }
H1.HeaderClassName
{
color: #F504E4;
}
.AnyTagClassName
{
color: #F504E4;
}
</style>
background-color css
<style>
a { background-color: #F504E4; }
a { background-color: rgb(245,4,228); }
div.DivClassName
{
background-color: #F504E4;
}
.BgClassName
{
background-color: #F504E4;
}
</style>
border-color css
<style>
span { border-color: #F504E4; }
span { border-color: rgb(245,4,228); }
td.TdClassName
{
border-color: #F504E4;
}
.TagClassName
{
border-color: #F504E4;
}
</style>