Shades of Magenta #F506E7
Tints of Magenta #F506E7
RGB
CMYK
RGB Variations
Color information
#F506E7 (or 0xF506E7) is known color: Magenta. HEX triplet: F5, 06 and E7. RGB value is (245,6,231). Sum of RGB (Red+Green+Blue) = 245+6+231=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F506E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F506E7 is #0AF918. Grayscale: #666666. Windows color (decimal): -719129 or 15140597. OLE color: 15140597.
HSL color Cylindrical-coordinate representation of color #F506E7: hue angle of 303.51º 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 #F506E7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 231 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.51º | 0.95% | 0.49% | - |
| HSV(B) | 303.51º | 0.98% | 0.96% | - |
| XYZ | 52.15 | 25.31 | 77.74 | - |
| YUV | 103.11 | 200.18 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 231 | 0 | 0.98 | 0.06 | 0.04 | 303.51 | 0.95 | 0.49 |
| Hex | F5 | 6 | E7 | 0 | 62 | 6 | 4 | 130 | 5F | 31 |
| Octal | 365 | 6 | 347 | 0 | 142 | 6 | 4 | 460 | 137 | 61 |
| Binary | 11110101 | 110 | 11100111 | 0 | 1100010 | 110 | 100 | 100110000 | 1011111 | 110001 |
Color Harmonies of #F506E7
Complementary color
Monochromatic Colors of #F506E7
Black with #F506E7
Text Example
Text Example
White with #F506E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506E7; }
p { color: rgb(245,6,231); }
H1.HeaderClassName
{
color: #F506E7;
}
.AnyTagClassName
{
color: #F506E7;
}
</style>
background-color css
<style>
a { background-color: #F506E7; }
a { background-color: rgb(245,6,231); }
div.DivClassName
{
background-color: #F506E7;
}
.BgClassName
{
background-color: #F506E7;
}
</style>
border-color css
<style>
span { border-color: #F506E7; }
span { border-color: rgb(245,6,231); }
td.TdClassName
{
border-color: #F506E7;
}
.TagClassName
{
border-color: #F506E7;
}
</style>