Shades of Magenta #F506E9
Tints of Magenta #F506E9
RGB
CMYK
RGB Variations
Color information
#F506E9 (or 0xF506E9) is known color: Magenta. HEX triplet: F5, 06 and E9. RGB value is (245,6,233). Sum of RGB (Red+Green+Blue) = 245+6+233=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F506E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F506E9 is #0AF916. Grayscale: #666666. Windows color (decimal): -719127 or 15271669. OLE color: 15271669.
HSL color Cylindrical-coordinate representation of color #F506E9: hue angle of 303.01º degrees, saturation: 0.95, 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 #F506E9 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 233 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.04 |
| HSL | 303.01º | 0.95% | 0.49% | - |
| HSV(B) | 303.01º | 0.98% | 0.96% | - |
| XYZ | 52.43 | 25.43 | 79.24 | - |
| YUV | 103.34 | 201.18 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 233 | 0 | 0.98 | 0.05 | 0.04 | 303.01 | 0.95 | 0.49 |
| Hex | F5 | 6 | E9 | 0 | 62 | 5 | 4 | 12F | 5F | 31 |
| Octal | 365 | 6 | 351 | 0 | 142 | 5 | 4 | 457 | 137 | 61 |
| Binary | 11110101 | 110 | 11101001 | 0 | 1100010 | 101 | 100 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F506E9
Complementary color
Monochromatic Colors of #F506E9
Black with #F506E9
Text Example
Text Example
White with #F506E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506E9; }
p { color: rgb(245,6,233); }
H1.HeaderClassName
{
color: #F506E9;
}
.AnyTagClassName
{
color: #F506E9;
}
</style>
background-color css
<style>
a { background-color: #F506E9; }
a { background-color: rgb(245,6,233); }
div.DivClassName
{
background-color: #F506E9;
}
.BgClassName
{
background-color: #F506E9;
}
</style>
border-color css
<style>
span { border-color: #F506E9; }
span { border-color: rgb(245,6,233); }
td.TdClassName
{
border-color: #F506E9;
}
.TagClassName
{
border-color: #F506E9;
}
</style>