Shades of Magenta #F51CEE
Tints of Magenta #F51CEE
RGB
CMYK
RGB Variations
Color information
#F51CEE (or 0xF51CEE) is known color: Magenta. HEX triplet: F5, 1C and EE. RGB value is (245,28,238). Sum of RGB (Red+Green+Blue) = 245+28+238=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CEE is #0AE311. Grayscale: #747474. Windows color (decimal): -713490 or 15604981. OLE color: 15604981.
HSL color Cylindrical-coordinate representation of color #F51CEE: hue angle of 301.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CEE is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 238 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.04 |
| HSL | 301.94º | 0.92% | 0.54% | - |
| HSV(B) | 301.94º | 0.89% | 0.96% | - |
| XYZ | 53.5 | 26.42 | 83.17 | - |
| YUV | 116.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 238 | 0 | 0.89 | 0.03 | 0.04 | 301.94 | 0.92 | 0.54 |
| Hex | F5 | 1C | EE | 0 | 59 | 3 | 4 | 12E | 5C | 36 |
| Octal | 365 | 34 | 356 | 0 | 131 | 3 | 4 | 456 | 134 | 66 |
| Binary | 11110101 | 11100 | 11101110 | 0 | 1011001 | 11 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F51CEE
Complementary color
Monochromatic Colors of #F51CEE
Black with #F51CEE
Text Example
Text Example
White with #F51CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CEE; }
p { color: rgb(245,28,238); }
H1.HeaderClassName
{
color: #F51CEE;
}
.AnyTagClassName
{
color: #F51CEE;
}
</style>
background-color css
<style>
a { background-color: #F51CEE; }
a { background-color: rgb(245,28,238); }
div.DivClassName
{
background-color: #F51CEE;
}
.BgClassName
{
background-color: #F51CEE;
}
</style>
border-color css
<style>
span { border-color: #F51CEE; }
span { border-color: rgb(245,28,238); }
td.TdClassName
{
border-color: #F51CEE;
}
.TagClassName
{
border-color: #F51CEE;
}
</style>