Shades of Magenta #F50CE7
Tints of Magenta #F50CE7
RGB
CMYK
RGB Variations
Color information
#F50CE7 (or 0xF50CE7) is known color: Magenta. HEX triplet: F5, 0C and E7. RGB value is (245,12,231). Sum of RGB (Red+Green+Blue) = 245+12+231=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CE7 is #0AF318. Grayscale: #696969. Windows color (decimal): -717593 or 15142133. OLE color: 15142133.
HSL color Cylindrical-coordinate representation of color #F50CE7: hue angle of 303.61º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CE7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 231 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.04 |
| HSL | 303.61º | 0.92% | 0.5% | - |
| HSV(B) | 303.61º | 0.95% | 0.96% | - |
| XYZ | 52.21 | 25.44 | 77.76 | - |
| YUV | 106.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 231 | 0 | 0.95 | 0.06 | 0.04 | 303.61 | 0.92 | 0.5 |
| Hex | F5 | C | E7 | 0 | 5F | 6 | 4 | 130 | 5C | 32 |
| Octal | 365 | 14 | 347 | 0 | 137 | 6 | 4 | 460 | 134 | 62 |
| Binary | 11110101 | 1100 | 11100111 | 0 | 1011111 | 110 | 100 | 100110000 | 1011100 | 110010 |
Color Harmonies of #F50CE7
Complementary color
Monochromatic Colors of #F50CE7
Black with #F50CE7
Text Example
Text Example
White with #F50CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CE7; }
p { color: rgb(245,12,231); }
H1.HeaderClassName
{
color: #F50CE7;
}
.AnyTagClassName
{
color: #F50CE7;
}
</style>
background-color css
<style>
a { background-color: #F50CE7; }
a { background-color: rgb(245,12,231); }
div.DivClassName
{
background-color: #F50CE7;
}
.BgClassName
{
background-color: #F50CE7;
}
</style>
border-color css
<style>
span { border-color: #F50CE7; }
span { border-color: rgb(245,12,231); }
td.TdClassName
{
border-color: #F50CE7;
}
.TagClassName
{
border-color: #F50CE7;
}
</style>