Shades of Hot Magenta #F514E2
Tints of Hot Magenta #F514E2
RGB
CMYK
RGB Variations
Color information
#F514E2 (or 0xF514E2) is known color: Hot Magenta. HEX triplet: F5, 14 and E2. RGB value is (245,20,226). Sum of RGB (Red+Green+Blue) = 245+20+226=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F514E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514E2 is #0AEB1D. Grayscale: #6E6E6E. Windows color (decimal): -715550 or 14816501. OLE color: 14816501.
HSL color Cylindrical-coordinate representation of color #F514E2: hue angle of 305.07º degrees, saturation: 0.92, 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 #F514E2 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.04 |
| HSL | 305.07º | 0.92% | 0.52% | - |
| HSV(B) | 305.07º | 0.92% | 0.96% | - |
| XYZ | 51.63 | 25.4 | 74.13 | - |
| YUV | 110.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 226 | 0 | 0.92 | 0.08 | 0.04 | 305.07 | 0.92 | 0.52 |
| Hex | F5 | 14 | E2 | 0 | 5C | 8 | 4 | 131 | 5C | 34 |
| Octal | 365 | 24 | 342 | 0 | 134 | 10 | 4 | 461 | 134 | 64 |
| Binary | 11110101 | 10100 | 11100010 | 0 | 1011100 | 1000 | 100 | 100110001 | 1011100 | 110100 |
Color Harmonies of #F514E2
Complementary color
Monochromatic Colors of #F514E2
Black with #F514E2
Text Example
Text Example
White with #F514E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514E2; }
p { color: rgb(245,20,226); }
H1.HeaderClassName
{
color: #F514E2;
}
.AnyTagClassName
{
color: #F514E2;
}
</style>
background-color css
<style>
a { background-color: #F514E2; }
a { background-color: rgb(245,20,226); }
div.DivClassName
{
background-color: #F514E2;
}
.BgClassName
{
background-color: #F514E2;
}
</style>
border-color css
<style>
span { border-color: #F514E2; }
span { border-color: rgb(245,20,226); }
td.TdClassName
{
border-color: #F514E2;
}
.TagClassName
{
border-color: #F514E2;
}
</style>