Shades of Magenta #F514F6
Tints of Magenta #F514F6
RGB
CMYK
RGB Variations
Color information
#F514F6 (or 0xF514F6) is known color: Magenta. HEX triplet: F5, 14 and F6. RGB value is (245,20,246). Sum of RGB (Red+Green+Blue) = 245+20+246=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #F514F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514F6 is #0AEB09. Grayscale: #707070. Windows color (decimal): -715530 or 16127221. OLE color: 16127221.
HSL color Cylindrical-coordinate representation of color #F514F6: hue angle of 299.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514F6 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 246 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.04 |
| HSL | 299.73º | 0.93% | 0.52% | - |
| HSV(B) | 299.73º | 0.92% | 0.96% | - |
| XYZ | 54.54 | 26.57 | 89.44 | - |
| YUV | 113.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 246 | 0.00 | 0.92 | 0 | 0.04 | 299.73 | 0.93 | 0.52 |
| Hex | F5 | 14 | F6 | 0 | 5C | 0 | 4 | 12C | 5D | 34 |
| Octal | 365 | 24 | 366 | 0 | 134 | 0 | 4 | 454 | 135 | 64 |
| Binary | 11110101 | 10100 | 11110110 | 0 | 1011100 | 0 | 100 | 100101100 | 1011101 | 110100 |
Color Harmonies of #F514F6
Complementary color
Monochromatic Colors of #F514F6
Black with #F514F6
Text Example
Text Example
White with #F514F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514F6; }
p { color: rgb(245,20,246); }
H1.HeaderClassName
{
color: #F514F6;
}
.AnyTagClassName
{
color: #F514F6;
}
</style>
background-color css
<style>
a { background-color: #F514F6; }
a { background-color: rgb(245,20,246); }
div.DivClassName
{
background-color: #F514F6;
}
.BgClassName
{
background-color: #F514F6;
}
</style>
border-color css
<style>
span { border-color: #F514F6; }
span { border-color: rgb(245,20,246); }
td.TdClassName
{
border-color: #F514F6;
}
.TagClassName
{
border-color: #F514F6;
}
</style>