Shades of Magenta #F81EF8
Tints of Magenta #F81EF8
RGB
CMYK
RGB Variations
Color information
#F81EF8 (or 0xF81EF8) is known color: Magenta. HEX triplet: F8, 1E and F8. RGB value is (248,30,248). Sum of RGB (Red+Green+Blue) = 248+30+248=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F81EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EF8 is #07E107. Grayscale: #777777. Windows color (decimal): -516360 or 16260856. OLE color: 16260856.
HSL color Cylindrical-coordinate representation of color #F81EF8: hue angle of 300º 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 #F81EF8 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 248 | - |
| CMYK | 0 | 0.88 | 0 | 0.03 |
| HSL | 300º | 0.94% | 0.55% | - |
| HSV(B) | 300º | 0.88% | 0.97% | - |
| XYZ | 56.12 | 27.66 | 91.19 | - |
| YUV | 120.03 | 200.22 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 248 | 0 | 0.88 | 0 | 0.03 | 300 | 0.94 | 0.55 |
| Hex | F8 | 1E | F8 | 0 | 58 | 0 | 3 | 12C | 5E | 37 |
| Octal | 370 | 36 | 370 | 0 | 130 | 0 | 3 | 454 | 136 | 67 |
| Binary | 11111000 | 11110 | 11111000 | 0 | 1011000 | 0 | 11 | 100101100 | 1011110 | 110111 |
Color Harmonies of #F81EF8
Complementary color
Monochromatic Colors of #F81EF8
Black with #F81EF8
Text Example
Text Example
White with #F81EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EF8; }
p { color: rgb(248,30,248); }
H1.HeaderClassName
{
color: #F81EF8;
}
.AnyTagClassName
{
color: #F81EF8;
}
</style>
background-color css
<style>
a { background-color: #F81EF8; }
a { background-color: rgb(248,30,248); }
div.DivClassName
{
background-color: #F81EF8;
}
.BgClassName
{
background-color: #F81EF8;
}
</style>
border-color css
<style>
span { border-color: #F81EF8; }
span { border-color: rgb(248,30,248); }
td.TdClassName
{
border-color: #F81EF8;
}
.TagClassName
{
border-color: #F81EF8;
}
</style>