Shades of Magenta #F108EF
Tints of Magenta #F108EF
RGB
CMYK
RGB Variations
Color information
#F108EF (or 0xF108EF) is known color: Magenta. HEX triplet: F1, 08 and EF. RGB value is (241,8,239). Sum of RGB (Red+Green+Blue) = 241+8+239=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F108EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F108EF is #0EF710. Grayscale: #676767. Windows color (decimal): -980753 or 15665393. OLE color: 15665393.
HSL color Cylindrical-coordinate representation of color #F108EF: hue angle of 300.52º 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 #F108EF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 239 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.05 |
| HSL | 300.52º | 0.94% | 0.49% | - |
| HSV(B) | 300.52º | 0.97% | 0.95% | - |
| XYZ | 51.94 | 25.11 | 83.77 | - |
| YUV | 104 | 204.19 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 239 | 0 | 0.97 | 0.01 | 0.05 | 300.52 | 0.94 | 0.49 |
| Hex | F1 | 8 | EF | 0 | 61 | 1 | 5 | 12D | 5E | 31 |
| Octal | 361 | 10 | 357 | 0 | 141 | 1 | 5 | 455 | 136 | 61 |
| Binary | 11110001 | 1000 | 11101111 | 0 | 1100001 | 1 | 101 | 100101101 | 1011110 | 110001 |
Color Harmonies of #F108EF
Complementary color
Monochromatic Colors of #F108EF
Black with #F108EF
Text Example
Text Example
White with #F108EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108EF; }
p { color: rgb(241,8,239); }
H1.HeaderClassName
{
color: #F108EF;
}
.AnyTagClassName
{
color: #F108EF;
}
</style>
background-color css
<style>
a { background-color: #F108EF; }
a { background-color: rgb(241,8,239); }
div.DivClassName
{
background-color: #F108EF;
}
.BgClassName
{
background-color: #F108EF;
}
</style>
border-color css
<style>
span { border-color: #F108EF; }
span { border-color: rgb(241,8,239); }
td.TdClassName
{
border-color: #F108EF;
}
.TagClassName
{
border-color: #F108EF;
}
</style>