Shades of Hot Magenta #F115DA
Tints of Hot Magenta #F115DA
RGB
CMYK
RGB Variations
Color information
#F115DA (or 0xF115DA) is known color: Hot Magenta. HEX triplet: F1, 15 and DA. RGB value is (241,21,218). Sum of RGB (Red+Green+Blue) = 241+21+218=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F115DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115DA is #0EEA25. Grayscale: #6C6C6C. Windows color (decimal): -977446 or 14292465. OLE color: 14292465.
HSL color Cylindrical-coordinate representation of color #F115DA: hue angle of 306.27º 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 #F115DA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 218 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.05 |
| HSL | 306.27º | 0.89% | 0.51% | - |
| HSV(B) | 306.27º | 0.91% | 0.95% | - |
| XYZ | 49.2 | 24.3 | 68.43 | - |
| YUV | 109.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 218 | 0 | 0.91 | 0.10 | 0.05 | 306.27 | 0.89 | 0.51 |
| Hex | F1 | 15 | DA | 0 | 5B | A | 5 | 132 | 59 | 33 |
| Octal | 361 | 25 | 332 | 0 | 133 | 12 | 5 | 462 | 131 | 63 |
| Binary | 11110001 | 10101 | 11011010 | 0 | 1011011 | 1010 | 101 | 100110010 | 1011001 | 110011 |
Color Harmonies of #F115DA
Complementary color
Monochromatic Colors of #F115DA
Black with #F115DA
Text Example
Text Example
White with #F115DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115DA; }
p { color: rgb(241,21,218); }
H1.HeaderClassName
{
color: #F115DA;
}
.AnyTagClassName
{
color: #F115DA;
}
</style>
background-color css
<style>
a { background-color: #F115DA; }
a { background-color: rgb(241,21,218); }
div.DivClassName
{
background-color: #F115DA;
}
.BgClassName
{
background-color: #F115DA;
}
</style>
border-color css
<style>
span { border-color: #F115DA; }
span { border-color: rgb(241,21,218); }
td.TdClassName
{
border-color: #F115DA;
}
.TagClassName
{
border-color: #F115DA;
}
</style>