Shades of Hot Magenta #F514DF
Tints of Hot Magenta #F514DF
RGB
CMYK
RGB Variations
Color information
#F514DF (or 0xF514DF) is known color: Hot Magenta. HEX triplet: F5, 14 and DF. RGB value is (245,20,223). Sum of RGB (Red+Green+Blue) = 245+20+223=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DF is #0AEB20. Grayscale: #6D6D6D. Windows color (decimal): -715553 or 14619893. OLE color: 14619893.
HSL color Cylindrical-coordinate representation of color #F514DF: hue angle of 305.87º 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 #F514DF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.04 |
| HSL | 305.87º | 0.92% | 0.52% | - |
| HSV(B) | 305.87º | 0.92% | 0.96% | - |
| XYZ | 51.23 | 25.24 | 71.98 | - |
| YUV | 110.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 223 | 0 | 0.92 | 0.09 | 0.04 | 305.87 | 0.92 | 0.52 |
| Hex | F5 | 14 | DF | 0 | 5C | 9 | 4 | 132 | 5C | 34 |
| Octal | 365 | 24 | 337 | 0 | 134 | 11 | 4 | 462 | 134 | 64 |
| Binary | 11110101 | 10100 | 11011111 | 0 | 1011100 | 1001 | 100 | 100110010 | 1011100 | 110100 |
Color Harmonies of #F514DF
Complementary color
Monochromatic Colors of #F514DF
Black with #F514DF
Text Example
Text Example
White with #F514DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514DF; }
p { color: rgb(245,20,223); }
H1.HeaderClassName
{
color: #F514DF;
}
.AnyTagClassName
{
color: #F514DF;
}
</style>
background-color css
<style>
a { background-color: #F514DF; }
a { background-color: rgb(245,20,223); }
div.DivClassName
{
background-color: #F514DF;
}
.BgClassName
{
background-color: #F514DF;
}
</style>
border-color css
<style>
span { border-color: #F514DF; }
span { border-color: rgb(245,20,223); }
td.TdClassName
{
border-color: #F514DF;
}
.TagClassName
{
border-color: #F514DF;
}
</style>