Shades of Magenta #F510FF
Tints of Magenta #F510FF
RGB
CMYK
RGB Variations
Color information
#F510FF (or 0xF510FF) is known color: Magenta. HEX triplet: F5, 10 and FF. RGB value is (245,16,255). Sum of RGB (Red+Green+Blue) = 245+16+255=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 16 (6.64% from 255 or 3.10% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #F510FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510FF is #0AEF00. Grayscale: #6E6E6E. Windows color (decimal): -716545 or 16716021. OLE color: 16716021.
HSL color Cylindrical-coordinate representation of color #F510FF: hue angle of 297.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F510FF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 16 | 255 | - |
| CMYK | 0.04 | 0.94 | 0 | 0 |
| HSL | 297.49º | 1% | 0.53% | - |
| HSV(B) | 297.49º | 0.94% | 1% | - |
| XYZ | 55.89 | 27 | 96.87 | - |
| YUV | 111.72 | 208.87 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 255 | 0.04 | 0.94 | 0 | 0 | 297.49 | 1 | 0.53 |
| Hex | F5 | 10 | FF | 4 | 5E | 0 | 0 | 129 | 64 | 35 |
| Octal | 365 | 20 | 377 | 4 | 136 | 0 | 0 | 451 | 144 | 65 |
| Binary | 11110101 | 10000 | 11111111 | 100 | 1011110 | 0 | 0 | 100101001 | 1100100 | 110101 |
Color Harmonies of #F510FF
Complementary color
Monochromatic Colors of #F510FF
Black with #F510FF
Text Example
Text Example
White with #F510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510FF; }
p { color: rgb(245,16,255); }
H1.HeaderClassName
{
color: #F510FF;
}
.AnyTagClassName
{
color: #F510FF;
}
</style>
background-color css
<style>
a { background-color: #F510FF; }
a { background-color: rgb(245,16,255); }
div.DivClassName
{
background-color: #F510FF;
}
.BgClassName
{
background-color: #F510FF;
}
</style>
border-color css
<style>
span { border-color: #F510FF; }
span { border-color: rgb(245,16,255); }
td.TdClassName
{
border-color: #F510FF;
}
.TagClassName
{
border-color: #F510FF;
}
</style>