Shades of Magenta #F51CFE
Tints of Magenta #F51CFE
RGB
CMYK
RGB Variations
Color information
#F51CFE (or 0xF51CFE) is known color: Magenta. HEX triplet: F5, 1C and FE. RGB value is (245,28,254). Sum of RGB (Red+Green+Blue) = 245+28+254=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F51CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFE is #0AE301. Grayscale: #757575. Windows color (decimal): -713474 or 16653557. OLE color: 16653557.
HSL color Cylindrical-coordinate representation of color #F51CFE: hue angle of 297.61º 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 #F51CFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 28 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.61º | 0.99% | 0.55% | - |
| HSV(B) | 297.61º | 0.89% | 1% | - |
| XYZ | 55.96 | 27.4 | 96.1 | - |
| YUV | 118.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.61 | 0.99 | 0.55 |
| Hex | F5 | 1C | FE | 4 | 59 | 0 | 0 | 12A | 63 | 37 |
| Octal | 365 | 34 | 376 | 4 | 131 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110101 | 11100 | 11111110 | 100 | 1011001 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F51CFE
Complementary color
Monochromatic Colors of #F51CFE
Black with #F51CFE
Text Example
Text Example
White with #F51CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CFE; }
p { color: rgb(245,28,254); }
H1.HeaderClassName
{
color: #F51CFE;
}
.AnyTagClassName
{
color: #F51CFE;
}
</style>
background-color css
<style>
a { background-color: #F51CFE; }
a { background-color: rgb(245,28,254); }
div.DivClassName
{
background-color: #F51CFE;
}
.BgClassName
{
background-color: #F51CFE;
}
</style>
border-color css
<style>
span { border-color: #F51CFE; }
span { border-color: rgb(245,28,254); }
td.TdClassName
{
border-color: #F51CFE;
}
.TagClassName
{
border-color: #F51CFE;
}
</style>