Shades of Magenta #F510F4
Tints of Magenta #F510F4
RGB
CMYK
RGB Variations
Color information
#F510F4 (or 0xF510F4) is known color: Magenta. HEX triplet: F5, 10 and F4. RGB value is (245,16,244). Sum of RGB (Red+Green+Blue) = 245+16+244=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F510F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510F4 is #0AEF0B. Grayscale: #6D6D6D. Windows color (decimal): -716556 or 15995125. OLE color: 15995125.
HSL color Cylindrical-coordinate representation of color #F510F4: hue angle of 300.26º degrees, saturation: 0.92, 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 #F510F4 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 244 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.04 |
| HSL | 300.26º | 0.92% | 0.51% | - |
| HSV(B) | 300.26º | 0.93% | 0.96% | - |
| XYZ | 54.17 | 26.31 | 87.81 | - |
| YUV | 110.46 | 203.37 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 244 | 0 | 0.93 | 0.00 | 0.04 | 300.26 | 0.92 | 0.51 |
| Hex | F5 | 10 | F4 | 0 | 5D | 0 | 4 | 12C | 5C | 33 |
| Octal | 365 | 20 | 364 | 0 | 135 | 0 | 4 | 454 | 134 | 63 |
| Binary | 11110101 | 10000 | 11110100 | 0 | 1011101 | 0 | 100 | 100101100 | 1011100 | 110011 |
Color Harmonies of #F510F4
Complementary color
Monochromatic Colors of #F510F4
Black with #F510F4
Text Example
Text Example
White with #F510F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510F4; }
p { color: rgb(245,16,244); }
H1.HeaderClassName
{
color: #F510F4;
}
.AnyTagClassName
{
color: #F510F4;
}
</style>
background-color css
<style>
a { background-color: #F510F4; }
a { background-color: rgb(245,16,244); }
div.DivClassName
{
background-color: #F510F4;
}
.BgClassName
{
background-color: #F510F4;
}
</style>
border-color css
<style>
span { border-color: #F510F4; }
span { border-color: rgb(245,16,244); }
td.TdClassName
{
border-color: #F510F4;
}
.TagClassName
{
border-color: #F510F4;
}
</style>