Shades of Magenta #F504FF
Tints of Magenta #F504FF
RGB
CMYK
RGB Variations
Color information
#F504FF (or 0xF504FF) is known color: Magenta. HEX triplet: F5, 04 and FF. RGB value is (245,4,255). Sum of RGB (Red+Green+Blue) = 245+4+255=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F504FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504FF is #0AFB00. Grayscale: #676767. Windows color (decimal): -719617 or 16712949. OLE color: 16712949.
HSL color Cylindrical-coordinate representation of color #F504FF: hue angle of 297.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504FF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 4 | 255 | - |
| CMYK | 0.04 | 0.98 | 0 | 0 |
| HSL | 297.61º | 1% | 0.51% | - |
| HSV(B) | 297.61º | 0.98% | 1% | - |
| XYZ | 55.75 | 26.72 | 96.83 | - |
| YUV | 104.67 | 212.84 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 255 | 0.04 | 0.98 | 0 | 0 | 297.61 | 1 | 0.51 |
| Hex | F5 | 4 | FF | 4 | 62 | 0 | 0 | 12A | 64 | 33 |
| Octal | 365 | 4 | 377 | 4 | 142 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110101 | 100 | 11111111 | 100 | 1100010 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F504FF
Complementary color
Monochromatic Colors of #F504FF
Black with #F504FF
Text Example
Text Example
White with #F504FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504FF; }
p { color: rgb(245,4,255); }
H1.HeaderClassName
{
color: #F504FF;
}
.AnyTagClassName
{
color: #F504FF;
}
</style>
background-color css
<style>
a { background-color: #F504FF; }
a { background-color: rgb(245,4,255); }
div.DivClassName
{
background-color: #F504FF;
}
.BgClassName
{
background-color: #F504FF;
}
</style>
border-color css
<style>
span { border-color: #F504FF; }
span { border-color: rgb(245,4,255); }
td.TdClassName
{
border-color: #F504FF;
}
.TagClassName
{
border-color: #F504FF;
}
</style>