Shades of Magenta #F81BED
Tints of Magenta #F81BED
RGB
CMYK
RGB Variations
Color information
#F81BED (or 0xF81BED) is known color: Magenta. HEX triplet: F8, 1B and ED. RGB value is (248,27,237). Sum of RGB (Red+Green+Blue) = 248+27+237=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BED is #07E412. Grayscale: #747474. Windows color (decimal): -517139 or 15539192. OLE color: 15539192.
HSL color Cylindrical-coordinate representation of color #F81BED: hue angle of 302.99º 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 #F81BED is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.03 |
| HSL | 302.99º | 0.94% | 0.54% | - |
| HSV(B) | 302.99º | 0.89% | 0.97% | - |
| XYZ | 54.39 | 26.85 | 82.44 | - |
| YUV | 117.02 | 195.72 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 237 | 0 | 0.89 | 0.04 | 0.03 | 302.99 | 0.94 | 0.54 |
| Hex | F8 | 1B | ED | 0 | 59 | 4 | 3 | 12F | 5E | 36 |
| Octal | 370 | 33 | 355 | 0 | 131 | 4 | 3 | 457 | 136 | 66 |
| Binary | 11111000 | 11011 | 11101101 | 0 | 1011001 | 100 | 11 | 100101111 | 1011110 | 110110 |
Color Harmonies of #F81BED
Complementary color
Monochromatic Colors of #F81BED
Black with #F81BED
Text Example
Text Example
White with #F81BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BED; }
p { color: rgb(248,27,237); }
H1.HeaderClassName
{
color: #F81BED;
}
.AnyTagClassName
{
color: #F81BED;
}
</style>
background-color css
<style>
a { background-color: #F81BED; }
a { background-color: rgb(248,27,237); }
div.DivClassName
{
background-color: #F81BED;
}
.BgClassName
{
background-color: #F81BED;
}
</style>
border-color css
<style>
span { border-color: #F81BED; }
span { border-color: rgb(248,27,237); }
td.TdClassName
{
border-color: #F81BED;
}
.TagClassName
{
border-color: #F81BED;
}
</style>