Shades of Magenta #F91CEA
Tints of Magenta #F91CEA
RGB
CMYK
RGB Variations
Color information
#F91CEA (or 0xF91CEA) is known color: Magenta. HEX triplet: F9, 1C and EA. RGB value is (249,28,234). Sum of RGB (Red+Green+Blue) = 249+28+234=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CEA is #06E315. Grayscale: #747474. Windows color (decimal): -451350 or 15342841. OLE color: 15342841.
HSL color Cylindrical-coordinate representation of color #F91CEA: hue angle of 304.07º 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 #F91CEA is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 234 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.02 |
| HSL | 304.07º | 0.95% | 0.54% | - |
| HSV(B) | 304.07º | 0.89% | 0.98% | - |
| XYZ | 54.33 | 26.91 | 80.17 | - |
| YUV | 117.56 | 193.72 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 234 | 0 | 0.89 | 0.06 | 0.02 | 304.07 | 0.95 | 0.54 |
| Hex | F9 | 1C | EA | 0 | 59 | 6 | 2 | 130 | 5F | 36 |
| Octal | 371 | 34 | 352 | 0 | 131 | 6 | 2 | 460 | 137 | 66 |
| Binary | 11111001 | 11100 | 11101010 | 0 | 1011001 | 110 | 10 | 100110000 | 1011111 | 110110 |
Color Harmonies of #F91CEA
Complementary color
Monochromatic Colors of #F91CEA
Black with #F91CEA
Text Example
Text Example
White with #F91CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CEA; }
p { color: rgb(249,28,234); }
H1.HeaderClassName
{
color: #F91CEA;
}
.AnyTagClassName
{
color: #F91CEA;
}
</style>
background-color css
<style>
a { background-color: #F91CEA; }
a { background-color: rgb(249,28,234); }
div.DivClassName
{
background-color: #F91CEA;
}
.BgClassName
{
background-color: #F91CEA;
}
</style>
border-color css
<style>
span { border-color: #F91CEA; }
span { border-color: rgb(249,28,234); }
td.TdClassName
{
border-color: #F91CEA;
}
.TagClassName
{
border-color: #F91CEA;
}
</style>