Shades of Magenta #F108EC
Tints of Magenta #F108EC
RGB
CMYK
RGB Variations
Color information
#F108EC (or 0xF108EC) is known color: Magenta. HEX triplet: F1, 08 and EC. RGB value is (241,8,236). Sum of RGB (Red+Green+Blue) = 241+8+236=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F108EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F108EC is #0EF713. Grayscale: #666666. Windows color (decimal): -980756 or 15468785. OLE color: 15468785.
HSL color Cylindrical-coordinate representation of color #F108EC: hue angle of 301.29º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F108EC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.05 |
| HSL | 301.29º | 0.94% | 0.49% | - |
| HSV(B) | 301.29º | 0.97% | 0.95% | - |
| XYZ | 51.5 | 24.93 | 81.45 | - |
| YUV | 103.66 | 202.69 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 236 | 0 | 0.97 | 0.02 | 0.05 | 301.29 | 0.94 | 0.49 |
| Hex | F1 | 8 | EC | 0 | 61 | 2 | 5 | 12D | 5E | 31 |
| Octal | 361 | 10 | 354 | 0 | 141 | 2 | 5 | 455 | 136 | 61 |
| Binary | 11110001 | 1000 | 11101100 | 0 | 1100001 | 10 | 101 | 100101101 | 1011110 | 110001 |
Color Harmonies of #F108EC
Complementary color
Monochromatic Colors of #F108EC
Black with #F108EC
Text Example
Text Example
White with #F108EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108EC; }
p { color: rgb(241,8,236); }
H1.HeaderClassName
{
color: #F108EC;
}
.AnyTagClassName
{
color: #F108EC;
}
</style>
background-color css
<style>
a { background-color: #F108EC; }
a { background-color: rgb(241,8,236); }
div.DivClassName
{
background-color: #F108EC;
}
.BgClassName
{
background-color: #F108EC;
}
</style>
border-color css
<style>
span { border-color: #F108EC; }
span { border-color: rgb(241,8,236); }
td.TdClassName
{
border-color: #F108EC;
}
.TagClassName
{
border-color: #F108EC;
}
</style>