Shades of Magenta #F506E5
Tints of Magenta #F506E5
RGB
CMYK
RGB Variations
Color information
#F506E5 (or 0xF506E5) is known color: Magenta. HEX triplet: F5, 06 and E5. RGB value is (245,6,229). Sum of RGB (Red+Green+Blue) = 245+6+229=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F506E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506E5 is #0AF91A. Grayscale: #666666. Windows color (decimal): -719131 or 15009525. OLE color: 15009525.
HSL color Cylindrical-coordinate representation of color #F506E5: hue angle of 304.02º 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 #F506E5 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 229 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.04 |
| HSL | 304.02º | 0.95% | 0.49% | - |
| HSV(B) | 304.02º | 0.98% | 0.96% | - |
| XYZ | 51.86 | 25.2 | 76.26 | - |
| YUV | 102.88 | 199.18 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 229 | 0 | 0.98 | 0.07 | 0.04 | 304.02 | 0.95 | 0.49 |
| Hex | F5 | 6 | E5 | 0 | 62 | 7 | 4 | 130 | 5F | 31 |
| Octal | 365 | 6 | 345 | 0 | 142 | 7 | 4 | 460 | 137 | 61 |
| Binary | 11110101 | 110 | 11100101 | 0 | 1100010 | 111 | 100 | 100110000 | 1011111 | 110001 |
Color Harmonies of #F506E5
Complementary color
Monochromatic Colors of #F506E5
Black with #F506E5
Text Example
Text Example
White with #F506E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506E5; }
p { color: rgb(245,6,229); }
H1.HeaderClassName
{
color: #F506E5;
}
.AnyTagClassName
{
color: #F506E5;
}
</style>
background-color css
<style>
a { background-color: #F506E5; }
a { background-color: rgb(245,6,229); }
div.DivClassName
{
background-color: #F506E5;
}
.BgClassName
{
background-color: #F506E5;
}
</style>
border-color css
<style>
span { border-color: #F506E5; }
span { border-color: rgb(245,6,229); }
td.TdClassName
{
border-color: #F506E5;
}
.TagClassName
{
border-color: #F506E5;
}
</style>