Shades of Magenta #F51BEA
Tints of Magenta #F51BEA
RGB
CMYK
RGB Variations
Color information
#F51BEA (or 0xF51BEA) is known color: Magenta. HEX triplet: F5, 1B and EA. RGB value is (245,27,234). Sum of RGB (Red+Green+Blue) = 245+27+234=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BEA is #0AE415. Grayscale: #737373. Windows color (decimal): -713750 or 15342581. OLE color: 15342581.
HSL color Cylindrical-coordinate representation of color #F51BEA: hue angle of 303.03º 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 #F51BEA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 234 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.04 |
| HSL | 303.03º | 0.92% | 0.53% | - |
| HSV(B) | 303.03º | 0.89% | 0.96% | - |
| XYZ | 52.9 | 26.14 | 80.1 | - |
| YUV | 115.78 | 194.72 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 234 | 0 | 0.89 | 0.04 | 0.04 | 303.03 | 0.92 | 0.53 |
| Hex | F5 | 1B | EA | 0 | 59 | 4 | 4 | 12F | 5C | 35 |
| Octal | 365 | 33 | 352 | 0 | 131 | 4 | 4 | 457 | 134 | 65 |
| Binary | 11110101 | 11011 | 11101010 | 0 | 1011001 | 100 | 100 | 100101111 | 1011100 | 110101 |
Color Harmonies of #F51BEA
Complementary color
Monochromatic Colors of #F51BEA
Black with #F51BEA
Text Example
Text Example
White with #F51BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BEA; }
p { color: rgb(245,27,234); }
H1.HeaderClassName
{
color: #F51BEA;
}
.AnyTagClassName
{
color: #F51BEA;
}
</style>
background-color css
<style>
a { background-color: #F51BEA; }
a { background-color: rgb(245,27,234); }
div.DivClassName
{
background-color: #F51BEA;
}
.BgClassName
{
background-color: #F51BEA;
}
</style>
border-color css
<style>
span { border-color: #F51BEA; }
span { border-color: rgb(245,27,234); }
td.TdClassName
{
border-color: #F51BEA;
}
.TagClassName
{
border-color: #F51BEA;
}
</style>