Shades of Magenta #F51BED
Tints of Magenta #F51BED
RGB
CMYK
RGB Variations
Color information
#F51BED (or 0xF51BED) is known color: Magenta. HEX triplet: F5, 1B and ED. RGB value is (245,27,237). Sum of RGB (Red+Green+Blue) = 245+27+237=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 27 (10.94% from 255 or 5.30% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BED is #0AE412. Grayscale: #737373. Windows color (decimal): -713747 or 15539189. OLE color: 15539189.
HSL color Cylindrical-coordinate representation of color #F51BED: hue angle of 302.2º 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 #F51BED is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.04 |
| HSL | 302.2º | 0.92% | 0.53% | - |
| HSV(B) | 302.2º | 0.89% | 0.96% | - |
| XYZ | 53.33 | 26.31 | 82.39 | - |
| YUV | 116.12 | 196.22 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 237 | 0 | 0.89 | 0.03 | 0.04 | 302.2 | 0.92 | 0.53 |
| Hex | F5 | 1B | ED | 0 | 59 | 3 | 4 | 12E | 5C | 35 |
| Octal | 365 | 33 | 355 | 0 | 131 | 3 | 4 | 456 | 134 | 65 |
| Binary | 11110101 | 11011 | 11101101 | 0 | 1011001 | 11 | 100 | 100101110 | 1011100 | 110101 |
Color Harmonies of #F51BED
Complementary color
Monochromatic Colors of #F51BED
Black with #F51BED
Text Example
Text Example
White with #F51BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BED; }
p { color: rgb(245,27,237); }
H1.HeaderClassName
{
color: #F51BED;
}
.AnyTagClassName
{
color: #F51BED;
}
</style>
background-color css
<style>
a { background-color: #F51BED; }
a { background-color: rgb(245,27,237); }
div.DivClassName
{
background-color: #F51BED;
}
.BgClassName
{
background-color: #F51BED;
}
</style>
border-color css
<style>
span { border-color: #F51BED; }
span { border-color: rgb(245,27,237); }
td.TdClassName
{
border-color: #F51BED;
}
.TagClassName
{
border-color: #F51BED;
}
</style>