Shades of Hot Magenta #F115DF
Tints of Hot Magenta #F115DF
RGB
CMYK
RGB Variations
Color information
#F115DF (or 0xF115DF) is known color: Hot Magenta. HEX triplet: F1, 15 and DF. RGB value is (241,21,223). Sum of RGB (Red+Green+Blue) = 241+21+223=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F115DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115DF is #0EEA20. Grayscale: #6D6D6D. Windows color (decimal): -977441 or 14620145. OLE color: 14620145.
HSL color Cylindrical-coordinate representation of color #F115DF: hue angle of 304.91º 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 #F115DF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.05 |
| HSL | 304.91º | 0.89% | 0.51% | - |
| HSV(B) | 304.91º | 0.91% | 0.95% | - |
| XYZ | 49.86 | 24.56 | 71.93 | - |
| YUV | 109.81 | 191.89 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 223 | 0 | 0.91 | 0.07 | 0.05 | 304.91 | 0.89 | 0.51 |
| Hex | F1 | 15 | DF | 0 | 5B | 7 | 5 | 131 | 59 | 33 |
| Octal | 361 | 25 | 337 | 0 | 133 | 7 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10101 | 11011111 | 0 | 1011011 | 111 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F115DF
Complementary color
Monochromatic Colors of #F115DF
Black with #F115DF
Text Example
Text Example
White with #F115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115DF; }
p { color: rgb(241,21,223); }
H1.HeaderClassName
{
color: #F115DF;
}
.AnyTagClassName
{
color: #F115DF;
}
</style>
background-color css
<style>
a { background-color: #F115DF; }
a { background-color: rgb(241,21,223); }
div.DivClassName
{
background-color: #F115DF;
}
.BgClassName
{
background-color: #F115DF;
}
</style>
border-color css
<style>
span { border-color: #F115DF; }
span { border-color: rgb(241,21,223); }
td.TdClassName
{
border-color: #F115DF;
}
.TagClassName
{
border-color: #F115DF;
}
</style>