Shades of Magenta #F81EEF
Tints of Magenta #F81EEF
RGB
CMYK
RGB Variations
Color information
#F81EEF (or 0xF81EEF) is known color: Magenta. HEX triplet: F8, 1E and EF. RGB value is (248,30,239). Sum of RGB (Red+Green+Blue) = 248+30+239=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EEF is #07E110. Grayscale: #767676. Windows color (decimal): -516369 or 15671032. OLE color: 15671032.
HSL color Cylindrical-coordinate representation of color #F81EEF: hue angle of 302.48º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EEF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 239 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.03 |
| HSL | 302.48º | 0.94% | 0.55% | - |
| HSV(B) | 302.48º | 0.88% | 0.97% | - |
| XYZ | 54.76 | 27.12 | 84.01 | - |
| YUV | 119.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 239 | 0 | 0.88 | 0.04 | 0.03 | 302.48 | 0.94 | 0.55 |
| Hex | F8 | 1E | EF | 0 | 58 | 4 | 3 | 12E | 5E | 37 |
| Octal | 370 | 36 | 357 | 0 | 130 | 4 | 3 | 456 | 136 | 67 |
| Binary | 11111000 | 11110 | 11101111 | 0 | 1011000 | 100 | 11 | 100101110 | 1011110 | 110111 |
Color Harmonies of #F81EEF
Complementary color
Monochromatic Colors of #F81EEF
Black with #F81EEF
Text Example
Text Example
White with #F81EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EEF; }
p { color: rgb(248,30,239); }
H1.HeaderClassName
{
color: #F81EEF;
}
.AnyTagClassName
{
color: #F81EEF;
}
</style>
background-color css
<style>
a { background-color: #F81EEF; }
a { background-color: rgb(248,30,239); }
div.DivClassName
{
background-color: #F81EEF;
}
.BgClassName
{
background-color: #F81EEF;
}
</style>
border-color css
<style>
span { border-color: #F81EEF; }
span { border-color: rgb(248,30,239); }
td.TdClassName
{
border-color: #F81EEF;
}
.TagClassName
{
border-color: #F81EEF;
}
</style>