Shades of Magenta #F81BE8
Tints of Magenta #F81BE8
RGB
CMYK
RGB Variations
Color information
#F81BE8 (or 0xF81BE8) is known color: Magenta. HEX triplet: F8, 1B and E8. RGB value is (248,27,232). Sum of RGB (Red+Green+Blue) = 248+27+232=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BE8 is #07E417. Grayscale: #737373. Windows color (decimal): -517144 or 15211512. OLE color: 15211512.
HSL color Cylindrical-coordinate representation of color #F81BE8: hue angle of 304.34º 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 #F81BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.03 |
| HSL | 304.34º | 0.94% | 0.54% | - |
| HSV(B) | 304.34º | 0.89% | 0.97% | - |
| XYZ | 53.67 | 26.57 | 78.64 | - |
| YUV | 116.45 | 193.22 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 232 | 0 | 0.89 | 0.06 | 0.03 | 304.34 | 0.94 | 0.54 |
| Hex | F8 | 1B | E8 | 0 | 59 | 6 | 3 | 130 | 5E | 36 |
| Octal | 370 | 33 | 350 | 0 | 131 | 6 | 3 | 460 | 136 | 66 |
| Binary | 11111000 | 11011 | 11101000 | 0 | 1011001 | 110 | 11 | 100110000 | 1011110 | 110110 |
Color Harmonies of #F81BE8
Complementary color
Monochromatic Colors of #F81BE8
Black with #F81BE8
Text Example
Text Example
White with #F81BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BE8; }
p { color: rgb(248,27,232); }
H1.HeaderClassName
{
color: #F81BE8;
}
.AnyTagClassName
{
color: #F81BE8;
}
</style>
background-color css
<style>
a { background-color: #F81BE8; }
a { background-color: rgb(248,27,232); }
div.DivClassName
{
background-color: #F81BE8;
}
.BgClassName
{
background-color: #F81BE8;
}
</style>
border-color css
<style>
span { border-color: #F81BE8; }
span { border-color: rgb(248,27,232); }
td.TdClassName
{
border-color: #F81BE8;
}
.TagClassName
{
border-color: #F81BE8;
}
</style>