Shades of Hot Magenta #F104E2
Tints of Hot Magenta #F104E2
RGB
CMYK
RGB Variations
Color information
#F104E2 (or 0xF104E2) is known color: Hot Magenta. HEX triplet: F1, 04 and E2. RGB value is (241,4,226). Sum of RGB (Red+Green+Blue) = 241+4+226=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F104E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104E2 is #0EFB1D. Grayscale: #636363. Windows color (decimal): -981790 or 14812401. OLE color: 14812401.
HSL color Cylindrical-coordinate representation of color #F104E2: hue angle of 303.8º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104E2 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 226 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.05 |
| HSL | 303.8º | 0.97% | 0.48% | - |
| HSV(B) | 303.8º | 0.98% | 0.95% | - |
| XYZ | 50.05 | 24.28 | 74 | - |
| YUV | 100.17 | 199.02 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 226 | 0 | 0.98 | 0.06 | 0.05 | 303.8 | 0.97 | 0.48 |
| Hex | F1 | 4 | E2 | 0 | 62 | 6 | 5 | 130 | 61 | 30 |
| Octal | 361 | 4 | 342 | 0 | 142 | 6 | 5 | 460 | 141 | 60 |
| Binary | 11110001 | 100 | 11100010 | 0 | 1100010 | 110 | 101 | 100110000 | 1100001 | 110000 |
Color Harmonies of #F104E2
Complementary color
Monochromatic Colors of #F104E2
Black with #F104E2
Text Example
Text Example
White with #F104E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104E2; }
p { color: rgb(241,4,226); }
H1.HeaderClassName
{
color: #F104E2;
}
.AnyTagClassName
{
color: #F104E2;
}
</style>
background-color css
<style>
a { background-color: #F104E2; }
a { background-color: rgb(241,4,226); }
div.DivClassName
{
background-color: #F104E2;
}
.BgClassName
{
background-color: #F104E2;
}
</style>
border-color css
<style>
span { border-color: #F104E2; }
span { border-color: rgb(241,4,226); }
td.TdClassName
{
border-color: #F104E2;
}
.TagClassName
{
border-color: #F104E2;
}
</style>