Shades of Magenta #F81EEB
Tints of Magenta #F81EEB
RGB
CMYK
RGB Variations
Color information
#F81EEB (or 0xF81EEB) is known color: Magenta. HEX triplet: F8, 1E and EB. RGB value is (248,30,235). Sum of RGB (Red+Green+Blue) = 248+30+235=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EEB is #07E114. Grayscale: #757575. Windows color (decimal): -516373 or 15408888. OLE color: 15408888.
HSL color Cylindrical-coordinate representation of color #F81EEB: hue angle of 303.58º 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 #F81EEB is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 235 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.03 |
| HSL | 303.58º | 0.94% | 0.55% | - |
| HSV(B) | 303.58º | 0.88% | 0.97% | - |
| XYZ | 54.17 | 26.88 | 80.93 | - |
| YUV | 118.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 235 | 0 | 0.88 | 0.05 | 0.03 | 303.58 | 0.94 | 0.55 |
| Hex | F8 | 1E | EB | 0 | 58 | 5 | 3 | 130 | 5E | 37 |
| Octal | 370 | 36 | 353 | 0 | 130 | 5 | 3 | 460 | 136 | 67 |
| Binary | 11111000 | 11110 | 11101011 | 0 | 1011000 | 101 | 11 | 100110000 | 1011110 | 110111 |
Color Harmonies of #F81EEB
Complementary color
Monochromatic Colors of #F81EEB
Black with #F81EEB
Text Example
Text Example
White with #F81EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EEB; }
p { color: rgb(248,30,235); }
H1.HeaderClassName
{
color: #F81EEB;
}
.AnyTagClassName
{
color: #F81EEB;
}
</style>
background-color css
<style>
a { background-color: #F81EEB; }
a { background-color: rgb(248,30,235); }
div.DivClassName
{
background-color: #F81EEB;
}
.BgClassName
{
background-color: #F81EEB;
}
</style>
border-color css
<style>
span { border-color: #F81EEB; }
span { border-color: rgb(248,30,235); }
td.TdClassName
{
border-color: #F81EEB;
}
.TagClassName
{
border-color: #F81EEB;
}
</style>