Shades of Hot Magenta #F916DF
Tints of Hot Magenta #F916DF
RGB
CMYK
RGB Variations
Color information
#F916DF (or 0xF916DF) is known color: Hot Magenta. HEX triplet: F9, 16 and DF. RGB value is (249,22,223). Sum of RGB (Red+Green+Blue) = 249+22+223=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F916DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916DF is #06E920. Grayscale: #707070. Windows color (decimal): -452897 or 14620409. OLE color: 14620409.
HSL color Cylindrical-coordinate representation of color #F916DF: hue angle of 306.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916DF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.02 |
| HSL | 306.87º | 0.95% | 0.53% | - |
| HSV(B) | 306.87º | 0.91% | 0.98% | - |
| XYZ | 52.67 | 26.04 | 72.06 | - |
| YUV | 112.79 | 190.21 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 223 | 0 | 0.91 | 0.10 | 0.02 | 306.87 | 0.95 | 0.53 |
| Hex | F9 | 16 | DF | 0 | 5B | A | 2 | 133 | 5F | 35 |
| Octal | 371 | 26 | 337 | 0 | 133 | 12 | 2 | 463 | 137 | 65 |
| Binary | 11111001 | 10110 | 11011111 | 0 | 1011011 | 1010 | 10 | 100110011 | 1011111 | 110101 |
Color Harmonies of #F916DF
Complementary color
Monochromatic Colors of #F916DF
Black with #F916DF
Text Example
Text Example
White with #F916DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916DF; }
p { color: rgb(249,22,223); }
H1.HeaderClassName
{
color: #F916DF;
}
.AnyTagClassName
{
color: #F916DF;
}
</style>
background-color css
<style>
a { background-color: #F916DF; }
a { background-color: rgb(249,22,223); }
div.DivClassName
{
background-color: #F916DF;
}
.BgClassName
{
background-color: #F916DF;
}
</style>
border-color css
<style>
span { border-color: #F916DF; }
span { border-color: rgb(249,22,223); }
td.TdClassName
{
border-color: #F916DF;
}
.TagClassName
{
border-color: #F916DF;
}
</style>