Shades of Hot Magenta #F416DF
Tints of Hot Magenta #F416DF
RGB
CMYK
RGB Variations
Color information
#F416DF (or 0xF416DF) is known color: Hot Magenta. HEX triplet: F4, 16 and DF. RGB value is (244,22,223). Sum of RGB (Red+Green+Blue) = 244+22+223=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F416DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416DF is #0BE920. Grayscale: #6E6E6E. Windows color (decimal): -780577 or 14620404. OLE color: 14620404.
HSL color Cylindrical-coordinate representation of color #F416DF: hue angle of 305.68º degrees, saturation: 0.91, 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 #F416DF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.68º | 0.91% | 0.52% | - |
| HSV(B) | 305.68º | 0.91% | 0.96% | - |
| XYZ | 50.91 | 25.13 | 71.98 | - |
| YUV | 111.29 | 191.05 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 223 | 0 | 0.91 | 0.09 | 0.04 | 305.68 | 0.91 | 0.52 |
| Hex | F4 | 16 | DF | 0 | 5B | 9 | 4 | 132 | 5B | 34 |
| Octal | 364 | 26 | 337 | 0 | 133 | 11 | 4 | 462 | 133 | 64 |
| Binary | 11110100 | 10110 | 11011111 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011011 | 110100 |
Color Harmonies of #F416DF
Complementary color
Monochromatic Colors of #F416DF
Black with #F416DF
Text Example
Text Example
White with #F416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416DF; }
p { color: rgb(244,22,223); }
H1.HeaderClassName
{
color: #F416DF;
}
.AnyTagClassName
{
color: #F416DF;
}
</style>
background-color css
<style>
a { background-color: #F416DF; }
a { background-color: rgb(244,22,223); }
div.DivClassName
{
background-color: #F416DF;
}
.BgClassName
{
background-color: #F416DF;
}
</style>
border-color css
<style>
span { border-color: #F416DF; }
span { border-color: rgb(244,22,223); }
td.TdClassName
{
border-color: #F416DF;
}
.TagClassName
{
border-color: #F416DF;
}
</style>