Shades of Hot Magenta #F516DF
Tints of Hot Magenta #F516DF
RGB
CMYK
RGB Variations
Color information
#F516DF (or 0xF516DF) is known color: Hot Magenta. HEX triplet: F5, 16 and DF. RGB value is (245,22,223). Sum of RGB (Red+Green+Blue) = 245+22+223=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F516DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516DF is #0AE920. Grayscale: #6F6F6F. Windows color (decimal): -715041 or 14620405. OLE color: 14620405.
HSL color Cylindrical-coordinate representation of color #F516DF: hue angle of 305.92º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516DF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.92º | 0.92% | 0.52% | - |
| HSV(B) | 305.92º | 0.91% | 0.96% | - |
| XYZ | 51.26 | 25.31 | 72 | - |
| YUV | 111.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 223 | 0 | 0.91 | 0.09 | 0.04 | 305.92 | 0.92 | 0.52 |
| Hex | F5 | 16 | DF | 0 | 5B | 9 | 4 | 132 | 5C | 34 |
| Octal | 365 | 26 | 337 | 0 | 133 | 11 | 4 | 462 | 134 | 64 |
| Binary | 11110101 | 10110 | 11011111 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011100 | 110100 |
Color Harmonies of #F516DF
Complementary color
Monochromatic Colors of #F516DF
Black with #F516DF
Text Example
Text Example
White with #F516DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516DF; }
p { color: rgb(245,22,223); }
H1.HeaderClassName
{
color: #F516DF;
}
.AnyTagClassName
{
color: #F516DF;
}
</style>
background-color css
<style>
a { background-color: #F516DF; }
a { background-color: rgb(245,22,223); }
div.DivClassName
{
background-color: #F516DF;
}
.BgClassName
{
background-color: #F516DF;
}
</style>
border-color css
<style>
span { border-color: #F516DF; }
span { border-color: rgb(245,22,223); }
td.TdClassName
{
border-color: #F516DF;
}
.TagClassName
{
border-color: #F516DF;
}
</style>