Shades of Magenta #F504FA
Tints of Magenta #F504FA
RGB
CMYK
RGB Variations
Color information
#F504FA (or 0xF504FA) is known color: Magenta. HEX triplet: F5, 04 and FA. RGB value is (245,4,250). Sum of RGB (Red+Green+Blue) = 245+4+250=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #F504FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504FA is #0AFB05. Grayscale: #676767. Windows color (decimal): -719622 or 16385269. OLE color: 16385269.
HSL color Cylindrical-coordinate representation of color #F504FA: hue angle of 298.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504FA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 4 | 250 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.02 |
| HSL | 298.78º | 0.97% | 0.5% | - |
| HSV(B) | 298.78º | 0.98% | 0.98% | - |
| XYZ | 54.95 | 26.4 | 92.64 | - |
| YUV | 104.1 | 210.34 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 250 | 0.02 | 0.98 | 0 | 0.02 | 298.78 | 0.97 | 0.5 |
| Hex | F5 | 4 | FA | 2 | 62 | 0 | 2 | 12B | 61 | 32 |
| Octal | 365 | 4 | 372 | 2 | 142 | 0 | 2 | 453 | 141 | 62 |
| Binary | 11110101 | 100 | 11111010 | 10 | 1100010 | 0 | 10 | 100101011 | 1100001 | 110010 |
Color Harmonies of #F504FA
Complementary color
Monochromatic Colors of #F504FA
Black with #F504FA
Text Example
Text Example
White with #F504FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504FA; }
p { color: rgb(245,4,250); }
H1.HeaderClassName
{
color: #F504FA;
}
.AnyTagClassName
{
color: #F504FA;
}
</style>
background-color css
<style>
a { background-color: #F504FA; }
a { background-color: rgb(245,4,250); }
div.DivClassName
{
background-color: #F504FA;
}
.BgClassName
{
background-color: #F504FA;
}
</style>
border-color css
<style>
span { border-color: #F504FA; }
span { border-color: rgb(245,4,250); }
td.TdClassName
{
border-color: #F504FA;
}
.TagClassName
{
border-color: #F504FA;
}
</style>