Shades of Magenta #F510F6
Tints of Magenta #F510F6
RGB
CMYK
RGB Variations
Color information
#F510F6 (or 0xF510F6) is known color: Magenta. HEX triplet: F5, 10 and F6. RGB value is (245,16,246). Sum of RGB (Red+Green+Blue) = 245+16+246=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #F510F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510F6 is #0AEF09. Grayscale: #6E6E6E. Windows color (decimal): -716554 or 16126197. OLE color: 16126197.
HSL color Cylindrical-coordinate representation of color #F510F6: hue angle of 299.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F510F6 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 246 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.04 |
| HSL | 299.74º | 0.93% | 0.51% | - |
| HSV(B) | 299.74º | 0.93% | 0.96% | - |
| XYZ | 54.48 | 26.44 | 89.42 | - |
| YUV | 110.69 | 204.37 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 246 | 0.00 | 0.93 | 0 | 0.04 | 299.74 | 0.93 | 0.51 |
| Hex | F5 | 10 | F6 | 0 | 5D | 0 | 4 | 12C | 5D | 33 |
| Octal | 365 | 20 | 366 | 0 | 135 | 0 | 4 | 454 | 135 | 63 |
| Binary | 11110101 | 10000 | 11110110 | 0 | 1011101 | 0 | 100 | 100101100 | 1011101 | 110011 |
Color Harmonies of #F510F6
Complementary color
Monochromatic Colors of #F510F6
Black with #F510F6
Text Example
Text Example
White with #F510F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510F6; }
p { color: rgb(245,16,246); }
H1.HeaderClassName
{
color: #F510F6;
}
.AnyTagClassName
{
color: #F510F6;
}
</style>
background-color css
<style>
a { background-color: #F510F6; }
a { background-color: rgb(245,16,246); }
div.DivClassName
{
background-color: #F510F6;
}
.BgClassName
{
background-color: #F510F6;
}
</style>
border-color css
<style>
span { border-color: #F510F6; }
span { border-color: rgb(245,16,246); }
td.TdClassName
{
border-color: #F510F6;
}
.TagClassName
{
border-color: #F510F6;
}
</style>