Shades of Hot Magenta #F514DA
Tints of Hot Magenta #F514DA
RGB
CMYK
RGB Variations
Color information
#F514DA (or 0xF514DA) is known color: Hot Magenta. HEX triplet: F5, 14 and DA. RGB value is (245,20,218). Sum of RGB (Red+Green+Blue) = 245+20+218=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DA is #0AEB25. Grayscale: #6D6D6D. Windows color (decimal): -715558 or 14292213. OLE color: 14292213.
HSL color Cylindrical-coordinate representation of color #F514DA: hue angle of 307.2º 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 #F514DA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 218 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.04 |
| HSL | 307.2º | 0.92% | 0.52% | - |
| HSV(B) | 307.2º | 0.92% | 0.96% | - |
| XYZ | 50.56 | 24.97 | 68.49 | - |
| YUV | 109.85 | 189.04 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 218 | 0 | 0.92 | 0.11 | 0.04 | 307.2 | 0.92 | 0.52 |
| Hex | F5 | 14 | DA | 0 | 5C | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 24 | 332 | 0 | 134 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10100 | 11011010 | 0 | 1011100 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F514DA
Complementary color
Monochromatic Colors of #F514DA
Black with #F514DA
Text Example
Text Example
White with #F514DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514DA; }
p { color: rgb(245,20,218); }
H1.HeaderClassName
{
color: #F514DA;
}
.AnyTagClassName
{
color: #F514DA;
}
</style>
background-color css
<style>
a { background-color: #F514DA; }
a { background-color: rgb(245,20,218); }
div.DivClassName
{
background-color: #F514DA;
}
.BgClassName
{
background-color: #F514DA;
}
</style>
border-color css
<style>
span { border-color: #F514DA; }
span { border-color: rgb(245,20,218); }
td.TdClassName
{
border-color: #F514DA;
}
.TagClassName
{
border-color: #F514DA;
}
</style>