Shades of Hot Magenta #F112DE
Tints of Hot Magenta #F112DE
RGB
CMYK
RGB Variations
Color information
#F112DE (or 0xF112DE) is known color: Hot Magenta. HEX triplet: F1, 12 and DE. RGB value is (241,18,222). Sum of RGB (Red+Green+Blue) = 241+18+222=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F112DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112DE is #0EED21. Grayscale: #6B6B6B. Windows color (decimal): -978210 or 14553841. OLE color: 14553841.
HSL color Cylindrical-coordinate representation of color #F112DE: hue angle of 305.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112DE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 222 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.11º | 0.89% | 0.51% | - |
| HSV(B) | 305.11º | 0.93% | 0.95% | - |
| XYZ | 49.68 | 24.41 | 71.2 | - |
| YUV | 107.93 | 192.38 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 222 | 0 | 0.93 | 0.08 | 0.05 | 305.11 | 0.89 | 0.51 |
| Hex | F1 | 12 | DE | 0 | 5D | 8 | 5 | 131 | 59 | 33 |
| Octal | 361 | 22 | 336 | 0 | 135 | 10 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10010 | 11011110 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F112DE
Complementary color
Monochromatic Colors of #F112DE
Black with #F112DE
Text Example
Text Example
White with #F112DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112DE; }
p { color: rgb(241,18,222); }
H1.HeaderClassName
{
color: #F112DE;
}
.AnyTagClassName
{
color: #F112DE;
}
</style>
background-color css
<style>
a { background-color: #F112DE; }
a { background-color: rgb(241,18,222); }
div.DivClassName
{
background-color: #F112DE;
}
.BgClassName
{
background-color: #F112DE;
}
</style>
border-color css
<style>
span { border-color: #F112DE; }
span { border-color: rgb(241,18,222); }
td.TdClassName
{
border-color: #F112DE;
}
.TagClassName
{
border-color: #F112DE;
}
</style>