Shades of Magenta #F504EE
Tints of Magenta #F504EE
RGB
CMYK
RGB Variations
Color information
#F504EE (or 0xF504EE) is known color: Magenta. HEX triplet: F5, 04 and EE. RGB value is (245,4,238). Sum of RGB (Red+Green+Blue) = 245+4+238=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F504EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504EE is #0AFB11. Grayscale: #666666. Windows color (decimal): -719634 or 15598837. OLE color: 15598837.
HSL color Cylindrical-coordinate representation of color #F504EE: hue angle of 301.74º 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 #F504EE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 301.74º | 0.97% | 0.49% | - |
| HSV(B) | 301.74º | 0.98% | 0.96% | - |
| XYZ | 53.13 | 25.67 | 83.04 | - |
| YUV | 102.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 238 | 0 | 0.98 | 0.03 | 0.04 | 301.74 | 0.97 | 0.49 |
| Hex | F5 | 4 | EE | 0 | 62 | 3 | 4 | 12E | 61 | 31 |
| Octal | 365 | 4 | 356 | 0 | 142 | 3 | 4 | 456 | 141 | 61 |
| Binary | 11110101 | 100 | 11101110 | 0 | 1100010 | 11 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F504EE
Complementary color
Monochromatic Colors of #F504EE
Black with #F504EE
Text Example
Text Example
White with #F504EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504EE; }
p { color: rgb(245,4,238); }
H1.HeaderClassName
{
color: #F504EE;
}
.AnyTagClassName
{
color: #F504EE;
}
</style>
background-color css
<style>
a { background-color: #F504EE; }
a { background-color: rgb(245,4,238); }
div.DivClassName
{
background-color: #F504EE;
}
.BgClassName
{
background-color: #F504EE;
}
</style>
border-color css
<style>
span { border-color: #F504EE; }
span { border-color: rgb(245,4,238); }
td.TdClassName
{
border-color: #F504EE;
}
.TagClassName
{
border-color: #F504EE;
}
</style>