Shades of Magenta #F51BFF
Tints of Magenta #F51BFF
RGB
CMYK
RGB Variations
Color information
#F51BFF (or 0xF51BFF) is known color: Magenta. HEX triplet: F5, 1B and FF. RGB value is (245,27,255). Sum of RGB (Red+Green+Blue) = 245+27+255=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 27 (10.94% from 255 or 5.12% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #F51BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BFF is #0AE400. Grayscale: #757575. Windows color (decimal): -713729 or 16718837. OLE color: 16718837.
HSL color Cylindrical-coordinate representation of color #F51BFF: hue angle of 297.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BFF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 27 | 255 | - |
| CMYK | 0.04 | 0.89 | 0 | 0 |
| HSL | 297.37º | 1% | 0.55% | - |
| HSV(B) | 297.37º | 0.89% | 1% | - |
| XYZ | 56.1 | 27.42 | 96.94 | - |
| YUV | 118.17 | 205.22 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 255 | 0.04 | 0.89 | 0 | 0 | 297.37 | 1 | 0.55 |
| Hex | F5 | 1B | FF | 4 | 59 | 0 | 0 | 129 | 64 | 37 |
| Octal | 365 | 33 | 377 | 4 | 131 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110101 | 11011 | 11111111 | 100 | 1011001 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F51BFF
Complementary color
Monochromatic Colors of #F51BFF
Black with #F51BFF
Text Example
Text Example
White with #F51BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BFF; }
p { color: rgb(245,27,255); }
H1.HeaderClassName
{
color: #F51BFF;
}
.AnyTagClassName
{
color: #F51BFF;
}
</style>
background-color css
<style>
a { background-color: #F51BFF; }
a { background-color: rgb(245,27,255); }
div.DivClassName
{
background-color: #F51BFF;
}
.BgClassName
{
background-color: #F51BFF;
}
</style>
border-color css
<style>
span { border-color: #F51BFF; }
span { border-color: rgb(245,27,255); }
td.TdClassName
{
border-color: #F51BFF;
}
.TagClassName
{
border-color: #F51BFF;
}
</style>