Shades of Magenta #F51BE8
Tints of Magenta #F51BE8
RGB
CMYK
RGB Variations
Color information
#F51BE8 (or 0xF51BE8) is known color: Magenta. HEX triplet: F5, 1B and E8. RGB value is (245,27,232). Sum of RGB (Red+Green+Blue) = 245+27+232=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BE8 is #0AE417. Grayscale: #727272. Windows color (decimal): -713752 or 15211509. OLE color: 15211509.
HSL color Cylindrical-coordinate representation of color #F51BE8: hue angle of 303.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.04 |
| HSL | 303.58º | 0.92% | 0.53% | - |
| HSV(B) | 303.58º | 0.89% | 0.96% | - |
| XYZ | 52.61 | 26.02 | 78.59 | - |
| YUV | 115.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 232 | 0 | 0.89 | 0.05 | 0.04 | 303.58 | 0.92 | 0.53 |
| Hex | F5 | 1B | E8 | 0 | 59 | 5 | 4 | 130 | 5C | 35 |
| Octal | 365 | 33 | 350 | 0 | 131 | 5 | 4 | 460 | 134 | 65 |
| Binary | 11110101 | 11011 | 11101000 | 0 | 1011001 | 101 | 100 | 100110000 | 1011100 | 110101 |
Color Harmonies of #F51BE8
Complementary color
Monochromatic Colors of #F51BE8
Black with #F51BE8
Text Example
Text Example
White with #F51BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BE8; }
p { color: rgb(245,27,232); }
H1.HeaderClassName
{
color: #F51BE8;
}
.AnyTagClassName
{
color: #F51BE8;
}
</style>
background-color css
<style>
a { background-color: #F51BE8; }
a { background-color: rgb(245,27,232); }
div.DivClassName
{
background-color: #F51BE8;
}
.BgClassName
{
background-color: #F51BE8;
}
</style>
border-color css
<style>
span { border-color: #F51BE8; }
span { border-color: rgb(245,27,232); }
td.TdClassName
{
border-color: #F51BE8;
}
.TagClassName
{
border-color: #F51BE8;
}
</style>