Shades of Magenta #F81DEC
Tints of Magenta #F81DEC
RGB
CMYK
RGB Variations
Color information
#F81DEC (or 0xF81DEC) is known color: Magenta. HEX triplet: F8, 1D and EC. RGB value is (248,29,236). Sum of RGB (Red+Green+Blue) = 248+29+236=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DEC is #07E213. Grayscale: #757575. Windows color (decimal): -516628 or 15474168. OLE color: 15474168.
HSL color Cylindrical-coordinate representation of color #F81DEC: hue angle of 303.29º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DEC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 236 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.03 |
| HSL | 303.29º | 0.94% | 0.54% | - |
| HSV(B) | 303.29º | 0.88% | 0.97% | - |
| XYZ | 54.29 | 26.89 | 81.69 | - |
| YUV | 118.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 236 | 0 | 0.88 | 0.05 | 0.03 | 303.29 | 0.94 | 0.54 |
| Hex | F8 | 1D | EC | 0 | 58 | 5 | 3 | 12F | 5E | 36 |
| Octal | 370 | 35 | 354 | 0 | 130 | 5 | 3 | 457 | 136 | 66 |
| Binary | 11111000 | 11101 | 11101100 | 0 | 1011000 | 101 | 11 | 100101111 | 1011110 | 110110 |
Color Harmonies of #F81DEC
Complementary color
Monochromatic Colors of #F81DEC
Black with #F81DEC
Text Example
Text Example
White with #F81DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DEC; }
p { color: rgb(248,29,236); }
H1.HeaderClassName
{
color: #F81DEC;
}
.AnyTagClassName
{
color: #F81DEC;
}
</style>
background-color css
<style>
a { background-color: #F81DEC; }
a { background-color: rgb(248,29,236); }
div.DivClassName
{
background-color: #F81DEC;
}
.BgClassName
{
background-color: #F81DEC;
}
</style>
border-color css
<style>
span { border-color: #F81DEC; }
span { border-color: rgb(248,29,236); }
td.TdClassName
{
border-color: #F81DEC;
}
.TagClassName
{
border-color: #F81DEC;
}
</style>