Shades of Hot Magenta #F111D4
Tints of Hot Magenta #F111D4
RGB
CMYK
RGB Variations
Color information
#F111D4 (or 0xF111D4) is known color: Hot Magenta. HEX triplet: F1, 11 and D4. RGB value is (241,17,212). Sum of RGB (Red+Green+Blue) = 241+17+212=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F111D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111D4 is #0EEE2B. Grayscale: #696969. Windows color (decimal): -978476 or 13898225. OLE color: 13898225.
HSL color Cylindrical-coordinate representation of color #F111D4: hue angle of 307.77º 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 #F111D4 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.05 |
| HSL | 307.77º | 0.89% | 0.51% | - |
| HSV(B) | 307.77º | 0.93% | 0.95% | - |
| XYZ | 48.36 | 23.86 | 64.34 | - |
| YUV | 106.21 | 187.71 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 212 | 0 | 0.93 | 0.12 | 0.05 | 307.77 | 0.89 | 0.51 |
| Hex | F1 | 11 | D4 | 0 | 5D | C | 5 | 134 | 59 | 33 |
| Octal | 361 | 21 | 324 | 0 | 135 | 14 | 5 | 464 | 131 | 63 |
| Binary | 11110001 | 10001 | 11010100 | 0 | 1011101 | 1100 | 101 | 100110100 | 1011001 | 110011 |
Color Harmonies of #F111D4
Complementary color
Monochromatic Colors of #F111D4
Black with #F111D4
Text Example
Text Example
White with #F111D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111D4; }
p { color: rgb(241,17,212); }
H1.HeaderClassName
{
color: #F111D4;
}
.AnyTagClassName
{
color: #F111D4;
}
</style>
background-color css
<style>
a { background-color: #F111D4; }
a { background-color: rgb(241,17,212); }
div.DivClassName
{
background-color: #F111D4;
}
.BgClassName
{
background-color: #F111D4;
}
</style>
border-color css
<style>
span { border-color: #F111D4; }
span { border-color: rgb(241,17,212); }
td.TdClassName
{
border-color: #F111D4;
}
.TagClassName
{
border-color: #F111D4;
}
</style>