Shades of Magenta #F51BFE
Tints of Magenta #F51BFE
RGB
CMYK
RGB Variations
Color information
#F51BFE (or 0xF51BFE) is known color: Magenta. HEX triplet: F5, 1B and FE. RGB value is (245,27,254). Sum of RGB (Red+Green+Blue) = 245+27+254=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 27 (10.94% from 255 or 5.13% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #F51BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BFE is #0AE401. Grayscale: #757575. Windows color (decimal): -713730 or 16653301. OLE color: 16653301.
HSL color Cylindrical-coordinate representation of color #F51BFE: hue angle of 297.62º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 27 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.62º | 0.99% | 0.55% | - |
| HSV(B) | 297.62º | 0.89% | 1% | - |
| XYZ | 55.94 | 27.35 | 96.1 | - |
| YUV | 118.06 | 204.72 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.62 | 0.99 | 0.55 |
| Hex | F5 | 1B | FE | 4 | 59 | 0 | 0 | 12A | 63 | 37 |
| Octal | 365 | 33 | 376 | 4 | 131 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110101 | 11011 | 11111110 | 100 | 1011001 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F51BFE
Complementary color
Monochromatic Colors of #F51BFE
Black with #F51BFE
Text Example
Text Example
White with #F51BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BFE; }
p { color: rgb(245,27,254); }
H1.HeaderClassName
{
color: #F51BFE;
}
.AnyTagClassName
{
color: #F51BFE;
}
</style>
background-color css
<style>
a { background-color: #F51BFE; }
a { background-color: rgb(245,27,254); }
div.DivClassName
{
background-color: #F51BFE;
}
.BgClassName
{
background-color: #F51BFE;
}
</style>
border-color css
<style>
span { border-color: #F51BFE; }
span { border-color: rgb(245,27,254); }
td.TdClassName
{
border-color: #F51BFE;
}
.TagClassName
{
border-color: #F51BFE;
}
</style>