Shades of Magenta #F504E7
Tints of Magenta #F504E7
RGB
CMYK
RGB Variations
Color information
#F504E7 (or 0xF504E7) is known color: Magenta. HEX triplet: F5, 04 and E7. RGB value is (245,4,231). Sum of RGB (Red+Green+Blue) = 245+4+231=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F504E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504E7 is #0AFB18. Grayscale: #656565. Windows color (decimal): -719641 or 15140085. OLE color: 15140085.
HSL color Cylindrical-coordinate representation of color #F504E7: hue angle of 303.49º 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 #F504E7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 231 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.49º | 0.97% | 0.49% | - |
| HSV(B) | 303.49º | 0.98% | 0.96% | - |
| XYZ | 52.12 | 25.27 | 77.73 | - |
| YUV | 101.94 | 200.84 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 231 | 0 | 0.98 | 0.06 | 0.04 | 303.49 | 0.97 | 0.49 |
| Hex | F5 | 4 | E7 | 0 | 62 | 6 | 4 | 12F | 61 | 31 |
| Octal | 365 | 4 | 347 | 0 | 142 | 6 | 4 | 457 | 141 | 61 |
| Binary | 11110101 | 100 | 11100111 | 0 | 1100010 | 110 | 100 | 100101111 | 1100001 | 110001 |
Color Harmonies of #F504E7
Complementary color
Monochromatic Colors of #F504E7
Black with #F504E7
Text Example
Text Example
White with #F504E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504E7; }
p { color: rgb(245,4,231); }
H1.HeaderClassName
{
color: #F504E7;
}
.AnyTagClassName
{
color: #F504E7;
}
</style>
background-color css
<style>
a { background-color: #F504E7; }
a { background-color: rgb(245,4,231); }
div.DivClassName
{
background-color: #F504E7;
}
.BgClassName
{
background-color: #F504E7;
}
</style>
border-color css
<style>
span { border-color: #F504E7; }
span { border-color: rgb(245,4,231); }
td.TdClassName
{
border-color: #F504E7;
}
.TagClassName
{
border-color: #F504E7;
}
</style>