Shades of Pale Magenta #FF91EC
Tints of Pale Magenta #FF91EC
RGB
CMYK
RGB Variations
Color information
#FF91EC (or 0xFF91EC) is known color: Pale Magenta. HEX triplet: FF, 91 and EC. RGB value is (255,145,236). Sum of RGB (Red+Green+Blue) = 255+145+236=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF91EC is #006E13. Grayscale: #BCBCBC. Windows color (decimal): -28180 or 15503871. OLE color: 15503871.
HSL color Cylindrical-coordinate representation of color #FF91EC: hue angle of 310.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0 |
| HSL | 310.36º | 1% | 0.78% | - |
| HSV(B) | 310.36º | 0.43% | 1% | - |
| XYZ | 66.51 | 47.57 | 85.03 | - |
| YUV | 188.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 236 | 0 | 0.43 | 0.07 | 0 | 310.36 | 1 | 0.78 |
| Hex | FF | 91 | EC | 0 | 2B | 7 | 0 | 136 | 64 | 4E |
| Octal | 377 | 221 | 354 | 0 | 53 | 7 | 0 | 466 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11101100 | 0 | 101011 | 111 | 0 | 100110110 | 1100100 | 1001110 |
Color Harmonies of #FF91EC
Complementary color
Monochromatic Colors of #FF91EC
Black with #FF91EC
Text Example
Text Example
White with #FF91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91EC; }
p { color: rgb(255,145,236); }
H1.HeaderClassName
{
color: #FF91EC;
}
.AnyTagClassName
{
color: #FF91EC;
}
</style>
background-color css
<style>
a { background-color: #FF91EC; }
a { background-color: rgb(255,145,236); }
div.DivClassName
{
background-color: #FF91EC;
}
.BgClassName
{
background-color: #FF91EC;
}
</style>
border-color css
<style>
span { border-color: #FF91EC; }
span { border-color: rgb(255,145,236); }
td.TdClassName
{
border-color: #FF91EC;
}
.TagClassName
{
border-color: #FF91EC;
}
</style>