Shades of Magenta #F506FA
Tints of Magenta #F506FA
RGB
CMYK
RGB Variations
Color information
#F506FA (or 0xF506FA) is known color: Magenta. HEX triplet: F5, 06 and FA. RGB value is (245,6,250). Sum of RGB (Red+Green+Blue) = 245+6+250=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F506FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F506FA is #0AF905. Grayscale: #686868. Windows color (decimal): -719110 or 16385781. OLE color: 16385781.
HSL color Cylindrical-coordinate representation of color #F506FA: hue angle of 298.77º degrees, saturation: 0.96, 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 #F506FA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 6 | 250 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.02 |
| HSL | 298.77º | 0.96% | 0.5% | - |
| HSV(B) | 298.77º | 0.98% | 0.98% | - |
| XYZ | 54.98 | 26.44 | 92.65 | - |
| YUV | 105.28 | 209.68 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 250 | 0.02 | 0.98 | 0 | 0.02 | 298.77 | 0.96 | 0.5 |
| Hex | F5 | 6 | FA | 2 | 62 | 0 | 2 | 12B | 60 | 32 |
| Octal | 365 | 6 | 372 | 2 | 142 | 0 | 2 | 453 | 140 | 62 |
| Binary | 11110101 | 110 | 11111010 | 10 | 1100010 | 0 | 10 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F506FA
Complementary color
Monochromatic Colors of #F506FA
Black with #F506FA
Text Example
Text Example
White with #F506FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506FA; }
p { color: rgb(245,6,250); }
H1.HeaderClassName
{
color: #F506FA;
}
.AnyTagClassName
{
color: #F506FA;
}
</style>
background-color css
<style>
a { background-color: #F506FA; }
a { background-color: rgb(245,6,250); }
div.DivClassName
{
background-color: #F506FA;
}
.BgClassName
{
background-color: #F506FA;
}
</style>
border-color css
<style>
span { border-color: #F506FA; }
span { border-color: rgb(245,6,250); }
td.TdClassName
{
border-color: #F506FA;
}
.TagClassName
{
border-color: #F506FA;
}
</style>