Shades of Magenta #F91CEF
Tints of Magenta #F91CEF
RGB
CMYK
RGB Variations
Color information
#F91CEF (or 0xF91CEF) is known color: Magenta. HEX triplet: F9, 1C and EF. RGB value is (249,28,239). Sum of RGB (Red+Green+Blue) = 249+28+239=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CEF is #06E310. Grayscale: #757575. Windows color (decimal): -451345 or 15670521. OLE color: 15670521.
HSL color Cylindrical-coordinate representation of color #F91CEF: hue angle of 302.71º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CEF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 239 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.02 |
| HSL | 302.71º | 0.95% | 0.54% | - |
| HSV(B) | 302.71º | 0.89% | 0.98% | - |
| XYZ | 55.06 | 27.2 | 84.01 | - |
| YUV | 118.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 239 | 0 | 0.89 | 0.04 | 0.02 | 302.71 | 0.95 | 0.54 |
| Hex | F9 | 1C | EF | 0 | 59 | 4 | 2 | 12F | 5F | 36 |
| Octal | 371 | 34 | 357 | 0 | 131 | 4 | 2 | 457 | 137 | 66 |
| Binary | 11111001 | 11100 | 11101111 | 0 | 1011001 | 100 | 10 | 100101111 | 1011111 | 110110 |
Color Harmonies of #F91CEF
Complementary color
Monochromatic Colors of #F91CEF
Black with #F91CEF
Text Example
Text Example
White with #F91CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CEF; }
p { color: rgb(249,28,239); }
H1.HeaderClassName
{
color: #F91CEF;
}
.AnyTagClassName
{
color: #F91CEF;
}
</style>
background-color css
<style>
a { background-color: #F91CEF; }
a { background-color: rgb(249,28,239); }
div.DivClassName
{
background-color: #F91CEF;
}
.BgClassName
{
background-color: #F91CEF;
}
</style>
border-color css
<style>
span { border-color: #F91CEF; }
span { border-color: rgb(249,28,239); }
td.TdClassName
{
border-color: #F91CEF;
}
.TagClassName
{
border-color: #F91CEF;
}
</style>