Shades of Hot Magenta #F106E0
Tints of Hot Magenta #F106E0
RGB
CMYK
RGB Variations
Color information
#F106E0 (or 0xF106E0) is known color: Hot Magenta. HEX triplet: F1, 06 and E0. RGB value is (241,6,224). Sum of RGB (Red+Green+Blue) = 241+6+224=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F106E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106E0 is #0EF91F. Grayscale: #646464. Windows color (decimal): -981280 or 14681841. OLE color: 14681841.
HSL color Cylindrical-coordinate representation of color #F106E0: hue angle of 304.34º degrees, saturation: 0.95, 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 #F106E0 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 224 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.05 |
| HSL | 304.34º | 0.95% | 0.48% | - |
| HSV(B) | 304.34º | 0.98% | 0.95% | - |
| XYZ | 49.8 | 24.21 | 72.57 | - |
| YUV | 101.12 | 197.36 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 224 | 0 | 0.98 | 0.07 | 0.05 | 304.34 | 0.95 | 0.48 |
| Hex | F1 | 6 | E0 | 0 | 62 | 7 | 5 | 130 | 5F | 30 |
| Octal | 361 | 6 | 340 | 0 | 142 | 7 | 5 | 460 | 137 | 60 |
| Binary | 11110001 | 110 | 11100000 | 0 | 1100010 | 111 | 101 | 100110000 | 1011111 | 110000 |
Color Harmonies of #F106E0
Complementary color
Monochromatic Colors of #F106E0
Black with #F106E0
Text Example
Text Example
White with #F106E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106E0; }
p { color: rgb(241,6,224); }
H1.HeaderClassName
{
color: #F106E0;
}
.AnyTagClassName
{
color: #F106E0;
}
</style>
background-color css
<style>
a { background-color: #F106E0; }
a { background-color: rgb(241,6,224); }
div.DivClassName
{
background-color: #F106E0;
}
.BgClassName
{
background-color: #F106E0;
}
</style>
border-color css
<style>
span { border-color: #F106E0; }
span { border-color: rgb(241,6,224); }
td.TdClassName
{
border-color: #F106E0;
}
.TagClassName
{
border-color: #F106E0;
}
</style>