Shades of Hot Magenta #F918DD
Tints of Hot Magenta #F918DD
RGB
CMYK
RGB Variations
Color information
#F918DD (or 0xF918DD) is known color: Hot Magenta. HEX triplet: F9, 18 and DD. RGB value is (249,24,221). Sum of RGB (Red+Green+Blue) = 249+24+221=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F918DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918DD is #06E722. Grayscale: #717171. Windows color (decimal): -452387 or 14489849. OLE color: 14489849.
HSL color Cylindrical-coordinate representation of color #F918DD: hue angle of 307.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918DD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.02 |
| HSL | 307.47º | 0.95% | 0.54% | - |
| HSV(B) | 307.47º | 0.9% | 0.98% | - |
| XYZ | 52.44 | 26.01 | 70.66 | - |
| YUV | 113.73 | 188.54 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 221 | 0 | 0.90 | 0.11 | 0.02 | 307.47 | 0.95 | 0.54 |
| Hex | F9 | 18 | DD | 0 | 5A | B | 2 | 133 | 5F | 36 |
| Octal | 371 | 30 | 335 | 0 | 132 | 13 | 2 | 463 | 137 | 66 |
| Binary | 11111001 | 11000 | 11011101 | 0 | 1011010 | 1011 | 10 | 100110011 | 1011111 | 110110 |
Color Harmonies of #F918DD
Complementary color
Monochromatic Colors of #F918DD
Black with #F918DD
Text Example
Text Example
White with #F918DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918DD; }
p { color: rgb(249,24,221); }
H1.HeaderClassName
{
color: #F918DD;
}
.AnyTagClassName
{
color: #F918DD;
}
</style>
background-color css
<style>
a { background-color: #F918DD; }
a { background-color: rgb(249,24,221); }
div.DivClassName
{
background-color: #F918DD;
}
.BgClassName
{
background-color: #F918DD;
}
</style>
border-color css
<style>
span { border-color: #F918DD; }
span { border-color: rgb(249,24,221); }
td.TdClassName
{
border-color: #F918DD;
}
.TagClassName
{
border-color: #F918DD;
}
</style>