Shades of Magenta #F81BE7
Tints of Magenta #F81BE7
RGB
CMYK
RGB Variations
Color information
#F81BE7 (or 0xF81BE7) is known color: Magenta. HEX triplet: F8, 1B and E7. RGB value is (248,27,231). Sum of RGB (Red+Green+Blue) = 248+27+231=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BE7 is #07E418. Grayscale: #737373. Windows color (decimal): -517145 or 15145976. OLE color: 15145976.
HSL color Cylindrical-coordinate representation of color #F81BE7: hue angle of 304.62º 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 #F81BE7 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 231 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.03 |
| HSL | 304.62º | 0.94% | 0.54% | - |
| HSV(B) | 304.62º | 0.89% | 0.97% | - |
| XYZ | 53.53 | 26.51 | 77.9 | - |
| YUV | 116.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 231 | 0 | 0.89 | 0.07 | 0.03 | 304.62 | 0.94 | 0.54 |
| Hex | F8 | 1B | E7 | 0 | 59 | 7 | 3 | 131 | 5E | 36 |
| Octal | 370 | 33 | 347 | 0 | 131 | 7 | 3 | 461 | 136 | 66 |
| Binary | 11111000 | 11011 | 11100111 | 0 | 1011001 | 111 | 11 | 100110001 | 1011110 | 110110 |
Color Harmonies of #F81BE7
Complementary color
Monochromatic Colors of #F81BE7
Black with #F81BE7
Text Example
Text Example
White with #F81BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BE7; }
p { color: rgb(248,27,231); }
H1.HeaderClassName
{
color: #F81BE7;
}
.AnyTagClassName
{
color: #F81BE7;
}
</style>
background-color css
<style>
a { background-color: #F81BE7; }
a { background-color: rgb(248,27,231); }
div.DivClassName
{
background-color: #F81BE7;
}
.BgClassName
{
background-color: #F81BE7;
}
</style>
border-color css
<style>
span { border-color: #F81BE7; }
span { border-color: rgb(248,27,231); }
td.TdClassName
{
border-color: #F81BE7;
}
.TagClassName
{
border-color: #F81BE7;
}
</style>