Shades of Magenta #F504FC
Tints of Magenta #F504FC
RGB
CMYK
RGB Variations
Color information
#F504FC (or 0xF504FC) is known color: Magenta. HEX triplet: F5, 04 and FC. RGB value is (245,4,252). Sum of RGB (Red+Green+Blue) = 245+4+252=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 4 (1.95% from 255 or 0.80% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #F504FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504FC is #0AFB03. Grayscale: #676767. Windows color (decimal): -719620 or 16516341. OLE color: 16516341.
HSL color Cylindrical-coordinate representation of color #F504FC: hue angle of 298.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504FC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 4 | 252 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.01 |
| HSL | 298.31º | 0.98% | 0.5% | - |
| HSV(B) | 298.31º | 0.98% | 0.99% | - |
| XYZ | 55.27 | 26.53 | 94.3 | - |
| YUV | 104.33 | 211.34 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 252 | 0.03 | 0.98 | 0 | 0.01 | 298.31 | 0.98 | 0.5 |
| Hex | F5 | 4 | FC | 3 | 62 | 0 | 1 | 12A | 62 | 32 |
| Octal | 365 | 4 | 374 | 3 | 142 | 0 | 1 | 452 | 142 | 62 |
| Binary | 11110101 | 100 | 11111100 | 11 | 1100010 | 0 | 1 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F504FC
Complementary color
Monochromatic Colors of #F504FC
Black with #F504FC
Text Example
Text Example
White with #F504FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504FC; }
p { color: rgb(245,4,252); }
H1.HeaderClassName
{
color: #F504FC;
}
.AnyTagClassName
{
color: #F504FC;
}
</style>
background-color css
<style>
a { background-color: #F504FC; }
a { background-color: rgb(245,4,252); }
div.DivClassName
{
background-color: #F504FC;
}
.BgClassName
{
background-color: #F504FC;
}
</style>
border-color css
<style>
span { border-color: #F504FC; }
span { border-color: rgb(245,4,252); }
td.TdClassName
{
border-color: #F504FC;
}
.TagClassName
{
border-color: #F504FC;
}
</style>