Shades of Hot Magenta #F115DD
Tints of Hot Magenta #F115DD
RGB
CMYK
RGB Variations
Color information
#F115DD (or 0xF115DD) is known color: Hot Magenta. HEX triplet: F1, 15 and DD. RGB value is (241,21,221). Sum of RGB (Red+Green+Blue) = 241+21+221=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F115DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115DD is #0EEA22. Grayscale: #6D6D6D. Windows color (decimal): -977443 or 14489073. OLE color: 14489073.
HSL color Cylindrical-coordinate representation of color #F115DD: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115DD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 221 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.05 |
| HSL | 305.45º | 0.89% | 0.51% | - |
| HSV(B) | 305.45º | 0.91% | 0.95% | - |
| XYZ | 49.59 | 24.46 | 70.51 | - |
| YUV | 109.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 221 | 0 | 0.91 | 0.08 | 0.05 | 305.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | DD | 0 | 5B | 8 | 5 | 131 | 59 | 33 |
| Octal | 361 | 25 | 335 | 0 | 133 | 10 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10101 | 11011101 | 0 | 1011011 | 1000 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F115DD
Complementary color
Monochromatic Colors of #F115DD
Black with #F115DD
Text Example
Text Example
White with #F115DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115DD; }
p { color: rgb(241,21,221); }
H1.HeaderClassName
{
color: #F115DD;
}
.AnyTagClassName
{
color: #F115DD;
}
</style>
background-color css
<style>
a { background-color: #F115DD; }
a { background-color: rgb(241,21,221); }
div.DivClassName
{
background-color: #F115DD;
}
.BgClassName
{
background-color: #F115DD;
}
</style>
border-color css
<style>
span { border-color: #F115DD; }
span { border-color: rgb(241,21,221); }
td.TdClassName
{
border-color: #F115DD;
}
.TagClassName
{
border-color: #F115DD;
}
</style>