Shades of Magenta #F81CEF
Tints of Magenta #F81CEF
RGB
CMYK
RGB Variations
Color information
#F81CEF (or 0xF81CEF) is known color: Magenta. HEX triplet: F8, 1C and EF. RGB value is (248,28,239). Sum of RGB (Red+Green+Blue) = 248+28+239=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 28 (11.33% from 255 or 5.44% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CEF is #07E310. Grayscale: #757575. Windows color (decimal): -516881 or 15670520. OLE color: 15670520.
HSL color Cylindrical-coordinate representation of color #F81CEF: hue angle of 302.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CEF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 239 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.03 |
| HSL | 302.45º | 0.94% | 0.54% | - |
| HSV(B) | 302.45º | 0.89% | 0.97% | - |
| XYZ | 54.71 | 27.02 | 83.99 | - |
| YUV | 117.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 239 | 0 | 0.89 | 0.04 | 0.03 | 302.45 | 0.94 | 0.54 |
| Hex | F8 | 1C | EF | 0 | 59 | 4 | 3 | 12E | 5E | 36 |
| Octal | 370 | 34 | 357 | 0 | 131 | 4 | 3 | 456 | 136 | 66 |
| Binary | 11111000 | 11100 | 11101111 | 0 | 1011001 | 100 | 11 | 100101110 | 1011110 | 110110 |
Color Harmonies of #F81CEF
Complementary color
Monochromatic Colors of #F81CEF
Black with #F81CEF
Text Example
Text Example
White with #F81CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CEF; }
p { color: rgb(248,28,239); }
H1.HeaderClassName
{
color: #F81CEF;
}
.AnyTagClassName
{
color: #F81CEF;
}
</style>
background-color css
<style>
a { background-color: #F81CEF; }
a { background-color: rgb(248,28,239); }
div.DivClassName
{
background-color: #F81CEF;
}
.BgClassName
{
background-color: #F81CEF;
}
</style>
border-color css
<style>
span { border-color: #F81CEF; }
span { border-color: rgb(248,28,239); }
td.TdClassName
{
border-color: #F81CEF;
}
.TagClassName
{
border-color: #F81CEF;
}
</style>