Shades of Magenta #F50AF8
Tints of Magenta #F50AF8
RGB
CMYK
RGB Variations
Color information
#F50AF8 (or 0xF50AF8) is known color: Magenta. HEX triplet: F5, 0A and F8. RGB value is (245,10,248). Sum of RGB (Red+Green+Blue) = 245+10+248=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #F50AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AF8 is #0AF507. Grayscale: #6A6A6A. Windows color (decimal): -718088 or 16255733. OLE color: 16255733.
HSL color Cylindrical-coordinate representation of color #F50AF8: hue angle of 299.24º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AF8 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 10 | 248 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.03 |
| HSL | 299.24º | 0.94% | 0.51% | - |
| HSV(B) | 299.24º | 0.96% | 0.97% | - |
| XYZ | 54.71 | 26.41 | 91.02 | - |
| YUV | 107.4 | 207.36 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 248 | 0.01 | 0.96 | 0 | 0.03 | 299.24 | 0.94 | 0.51 |
| Hex | F5 | A | F8 | 1 | 60 | 0 | 3 | 12B | 5E | 33 |
| Octal | 365 | 12 | 370 | 1 | 140 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110101 | 1010 | 11111000 | 1 | 1100000 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F50AF8
Complementary color
Monochromatic Colors of #F50AF8
Black with #F50AF8
Text Example
Text Example
White with #F50AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AF8; }
p { color: rgb(245,10,248); }
H1.HeaderClassName
{
color: #F50AF8;
}
.AnyTagClassName
{
color: #F50AF8;
}
</style>
background-color css
<style>
a { background-color: #F50AF8; }
a { background-color: rgb(245,10,248); }
div.DivClassName
{
background-color: #F50AF8;
}
.BgClassName
{
background-color: #F50AF8;
}
</style>
border-color css
<style>
span { border-color: #F50AF8; }
span { border-color: rgb(245,10,248); }
td.TdClassName
{
border-color: #F50AF8;
}
.TagClassName
{
border-color: #F50AF8;
}
</style>