Shades of Magenta #F81DED
Tints of Magenta #F81DED
RGB
CMYK
RGB Variations
Color information
#F81DED (or 0xF81DED) is known color: Magenta. HEX triplet: F8, 1D and ED. RGB value is (248,29,237). Sum of RGB (Red+Green+Blue) = 248+29+237=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DED is #07E212. Grayscale: #757575. Windows color (decimal): -516627 or 15539704. OLE color: 15539704.
HSL color Cylindrical-coordinate representation of color #F81DED: hue angle of 303.01º 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 #F81DED is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 237 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.03 |
| HSL | 303.01º | 0.94% | 0.54% | - |
| HSV(B) | 303.01º | 0.88% | 0.97% | - |
| XYZ | 54.44 | 26.95 | 82.45 | - |
| YUV | 118.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 237 | 0 | 0.88 | 0.04 | 0.03 | 303.01 | 0.94 | 0.54 |
| Hex | F8 | 1D | ED | 0 | 58 | 4 | 3 | 12F | 5E | 36 |
| Octal | 370 | 35 | 355 | 0 | 130 | 4 | 3 | 457 | 136 | 66 |
| Binary | 11111000 | 11101 | 11101101 | 0 | 1011000 | 100 | 11 | 100101111 | 1011110 | 110110 |
Color Harmonies of #F81DED
Complementary color
Monochromatic Colors of #F81DED
Black with #F81DED
Text Example
Text Example
White with #F81DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DED; }
p { color: rgb(248,29,237); }
H1.HeaderClassName
{
color: #F81DED;
}
.AnyTagClassName
{
color: #F81DED;
}
</style>
background-color css
<style>
a { background-color: #F81DED; }
a { background-color: rgb(248,29,237); }
div.DivClassName
{
background-color: #F81DED;
}
.BgClassName
{
background-color: #F81DED;
}
</style>
border-color css
<style>
span { border-color: #F81DED; }
span { border-color: rgb(248,29,237); }
td.TdClassName
{
border-color: #F81DED;
}
.TagClassName
{
border-color: #F81DED;
}
</style>