Shades of Magenta #F510F8
Tints of Magenta #F510F8
RGB
CMYK
RGB Variations
Color information
#F510F8 (or 0xF510F8) is known color: Magenta. HEX triplet: F5, 10 and F8. RGB value is (245,16,248). Sum of RGB (Red+Green+Blue) = 245+16+248=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 16 (6.64% from 255 or 3.14% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #F510F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510F8 is #0AEF07. Grayscale: #6E6E6E. Windows color (decimal): -716552 or 16257269. OLE color: 16257269.
HSL color Cylindrical-coordinate representation of color #F510F8: hue angle of 299.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F510F8 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 16 | 248 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.03 |
| HSL | 299.22º | 0.94% | 0.52% | - |
| HSV(B) | 299.22º | 0.94% | 0.97% | - |
| XYZ | 54.78 | 26.56 | 91.05 | - |
| YUV | 110.92 | 205.37 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 248 | 0.01 | 0.94 | 0 | 0.03 | 299.22 | 0.94 | 0.52 |
| Hex | F5 | 10 | F8 | 1 | 5E | 0 | 3 | 12B | 5E | 34 |
| Octal | 365 | 20 | 370 | 1 | 136 | 0 | 3 | 453 | 136 | 64 |
| Binary | 11110101 | 10000 | 11111000 | 1 | 1011110 | 0 | 11 | 100101011 | 1011110 | 110100 |
Color Harmonies of #F510F8
Complementary color
Monochromatic Colors of #F510F8
Black with #F510F8
Text Example
Text Example
White with #F510F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510F8; }
p { color: rgb(245,16,248); }
H1.HeaderClassName
{
color: #F510F8;
}
.AnyTagClassName
{
color: #F510F8;
}
</style>
background-color css
<style>
a { background-color: #F510F8; }
a { background-color: rgb(245,16,248); }
div.DivClassName
{
background-color: #F510F8;
}
.BgClassName
{
background-color: #F510F8;
}
</style>
border-color css
<style>
span { border-color: #F510F8; }
span { border-color: rgb(245,16,248); }
td.TdClassName
{
border-color: #F510F8;
}
.TagClassName
{
border-color: #F510F8;
}
</style>