Shades of Hot Magenta #F114E3
Tints of Hot Magenta #F114E3
RGB
CMYK
RGB Variations
Color information
#F114E3 (or 0xF114E3) is known color: Hot Magenta. HEX triplet: F1, 14 and E3. RGB value is (241,20,227). Sum of RGB (Red+Green+Blue) = 241+20+227=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F114E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114E3 is #0EEB1C. Grayscale: #6D6D6D. Windows color (decimal): -977693 or 14882033. OLE color: 14882033.
HSL color Cylindrical-coordinate representation of color #F114E3: hue angle of 303.8º 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 #F114E3 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 227 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.05 |
| HSL | 303.8º | 0.89% | 0.51% | - |
| HSV(B) | 303.8º | 0.92% | 0.95% | - |
| XYZ | 50.39 | 24.75 | 74.79 | - |
| YUV | 109.68 | 194.22 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 227 | 0 | 0.92 | 0.06 | 0.05 | 303.8 | 0.89 | 0.51 |
| Hex | F1 | 14 | E3 | 0 | 5C | 6 | 5 | 130 | 59 | 33 |
| Octal | 361 | 24 | 343 | 0 | 134 | 6 | 5 | 460 | 131 | 63 |
| Binary | 11110001 | 10100 | 11100011 | 0 | 1011100 | 110 | 101 | 100110000 | 1011001 | 110011 |
Color Harmonies of #F114E3
Complementary color
Monochromatic Colors of #F114E3
Black with #F114E3
Text Example
Text Example
White with #F114E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114E3; }
p { color: rgb(241,20,227); }
H1.HeaderClassName
{
color: #F114E3;
}
.AnyTagClassName
{
color: #F114E3;
}
</style>
background-color css
<style>
a { background-color: #F114E3; }
a { background-color: rgb(241,20,227); }
div.DivClassName
{
background-color: #F114E3;
}
.BgClassName
{
background-color: #F114E3;
}
</style>
border-color css
<style>
span { border-color: #F114E3; }
span { border-color: rgb(241,20,227); }
td.TdClassName
{
border-color: #F114E3;
}
.TagClassName
{
border-color: #F114E3;
}
</style>