Shades of Hot Magenta #F514DC
Tints of Hot Magenta #F514DC
RGB
CMYK
RGB Variations
Color information
#F514DC (or 0xF514DC) is known color: Hot Magenta. HEX triplet: F5, 14 and DC. RGB value is (245,20,220). Sum of RGB (Red+Green+Blue) = 245+20+220=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DC is #0AEB23. Grayscale: #6D6D6D. Windows color (decimal): -715556 or 14423285. OLE color: 14423285.
HSL color Cylindrical-coordinate representation of color #F514DC: hue angle of 306.67º 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 #F514DC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 220 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.04 |
| HSL | 306.67º | 0.92% | 0.52% | - |
| HSV(B) | 306.67º | 0.92% | 0.96% | - |
| XYZ | 50.82 | 25.08 | 69.87 | - |
| YUV | 110.08 | 190.04 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 220 | 0 | 0.92 | 0.10 | 0.04 | 306.67 | 0.92 | 0.52 |
| Hex | F5 | 14 | DC | 0 | 5C | A | 4 | 133 | 5C | 34 |
| Octal | 365 | 24 | 334 | 0 | 134 | 12 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10100 | 11011100 | 0 | 1011100 | 1010 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F514DC
Complementary color
Monochromatic Colors of #F514DC
Black with #F514DC
Text Example
Text Example
White with #F514DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514DC; }
p { color: rgb(245,20,220); }
H1.HeaderClassName
{
color: #F514DC;
}
.AnyTagClassName
{
color: #F514DC;
}
</style>
background-color css
<style>
a { background-color: #F514DC; }
a { background-color: rgb(245,20,220); }
div.DivClassName
{
background-color: #F514DC;
}
.BgClassName
{
background-color: #F514DC;
}
</style>
border-color css
<style>
span { border-color: #F514DC; }
span { border-color: rgb(245,20,220); }
td.TdClassName
{
border-color: #F514DC;
}
.TagClassName
{
border-color: #F514DC;
}
</style>