Shades of Hot Magenta #F113D5
Tints of Hot Magenta #F113D5
RGB
CMYK
RGB Variations
Color information
#F113D5 (or 0xF113D5) is known color: Hot Magenta. HEX triplet: F1, 13 and D5. RGB value is (241,19,213). Sum of RGB (Red+Green+Blue) = 241+19+213=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D5 is #0EEC2A. Grayscale: #6A6A6A. Windows color (decimal): -977963 or 13964273. OLE color: 13964273.
HSL color Cylindrical-coordinate representation of color #F113D5: hue angle of 307.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113D5 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 213 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.05 |
| HSL | 307.57º | 0.89% | 0.51% | - |
| HSV(B) | 307.57º | 0.92% | 0.95% | - |
| XYZ | 48.52 | 23.97 | 65.02 | - |
| YUV | 107.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 213 | 0 | 0.92 | 0.12 | 0.05 | 307.57 | 0.89 | 0.51 |
| Hex | F1 | 13 | D5 | 0 | 5C | C | 5 | 134 | 59 | 33 |
| Octal | 361 | 23 | 325 | 0 | 134 | 14 | 5 | 464 | 131 | 63 |
| Binary | 11110001 | 10011 | 11010101 | 0 | 1011100 | 1100 | 101 | 100110100 | 1011001 | 110011 |
Color Harmonies of #F113D5
Complementary color
Monochromatic Colors of #F113D5
Black with #F113D5
Text Example
Text Example
White with #F113D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113D5; }
p { color: rgb(241,19,213); }
H1.HeaderClassName
{
color: #F113D5;
}
.AnyTagClassName
{
color: #F113D5;
}
</style>
background-color css
<style>
a { background-color: #F113D5; }
a { background-color: rgb(241,19,213); }
div.DivClassName
{
background-color: #F113D5;
}
.BgClassName
{
background-color: #F113D5;
}
</style>
border-color css
<style>
span { border-color: #F113D5; }
span { border-color: rgb(241,19,213); }
td.TdClassName
{
border-color: #F113D5;
}
.TagClassName
{
border-color: #F113D5;
}
</style>