Shades of Magenta #F71BE8
Tints of Magenta #F71BE8
RGB
CMYK
RGB Variations
Color information
#F71BE8 (or 0xF71BE8) is known color: Magenta. HEX triplet: F7, 1B and E8. RGB value is (247,27,232). Sum of RGB (Red+Green+Blue) = 247+27+232=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71BE8 is #08E417. Grayscale: #737373. Windows color (decimal): -582680 or 15211511. OLE color: 15211511.
HSL color Cylindrical-coordinate representation of color #F71BE8: hue angle of 304.09º degrees, saturation: 0.93, 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 #F71BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.03 |
| HSL | 304.09º | 0.93% | 0.54% | - |
| HSV(B) | 304.09º | 0.89% | 0.97% | - |
| XYZ | 53.32 | 26.38 | 78.63 | - |
| YUV | 116.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 232 | 0 | 0.89 | 0.06 | 0.03 | 304.09 | 0.93 | 0.54 |
| Hex | F7 | 1B | E8 | 0 | 59 | 6 | 3 | 130 | 5D | 36 |
| Octal | 367 | 33 | 350 | 0 | 131 | 6 | 3 | 460 | 135 | 66 |
| Binary | 11110111 | 11011 | 11101000 | 0 | 1011001 | 110 | 11 | 100110000 | 1011101 | 110110 |
Color Harmonies of #F71BE8
Complementary color
Monochromatic Colors of #F71BE8
Black with #F71BE8
Text Example
Text Example
White with #F71BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BE8; }
p { color: rgb(247,27,232); }
H1.HeaderClassName
{
color: #F71BE8;
}
.AnyTagClassName
{
color: #F71BE8;
}
</style>
background-color css
<style>
a { background-color: #F71BE8; }
a { background-color: rgb(247,27,232); }
div.DivClassName
{
background-color: #F71BE8;
}
.BgClassName
{
background-color: #F71BE8;
}
</style>
border-color css
<style>
span { border-color: #F71BE8; }
span { border-color: rgb(247,27,232); }
td.TdClassName
{
border-color: #F71BE8;
}
.TagClassName
{
border-color: #F71BE8;
}
</style>