Shades of Pale Magenta #FE91F4
Tints of Pale Magenta #FE91F4
RGB
CMYK
RGB Variations
Color information
#FE91F4 (or 0xFE91F4) is known color: Pale Magenta. HEX triplet: FE, 91 and F4. RGB value is (254,145,244). Sum of RGB (Red+Green+Blue) = 254+145+244=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 145 (57.03% from 255 or 22.55% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91F4 is #016E0B. Grayscale: #BCBCBC. Windows color (decimal): -93708 or 16028158. OLE color: 16028158.
HSL color Cylindrical-coordinate representation of color #FE91F4: hue angle of 305.5º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91F4 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 244 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.00 |
| HSL | 305.5º | 0.98% | 0.78% | - |
| HSV(B) | 305.5º | 0.43% | 1% | - |
| XYZ | 67.33 | 47.85 | 91.28 | - |
| YUV | 188.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 244 | 0 | 0.43 | 0.04 | 0.00 | 305.5 | 0.98 | 0.78 |
| Hex | FE | 91 | F4 | 0 | 2B | 4 | 0 | 132 | 62 | 4E |
| Octal | 376 | 221 | 364 | 0 | 53 | 4 | 0 | 462 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11110100 | 0 | 101011 | 100 | 0 | 100110010 | 1100010 | 1001110 |
Color Harmonies of #FE91F4
Complementary color
Monochromatic Colors of #FE91F4
Black with #FE91F4
Text Example
Text Example
White with #FE91F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91F4; }
p { color: rgb(254,145,244); }
H1.HeaderClassName
{
color: #FE91F4;
}
.AnyTagClassName
{
color: #FE91F4;
}
</style>
background-color css
<style>
a { background-color: #FE91F4; }
a { background-color: rgb(254,145,244); }
div.DivClassName
{
background-color: #FE91F4;
}
.BgClassName
{
background-color: #FE91F4;
}
</style>
border-color css
<style>
span { border-color: #FE91F4; }
span { border-color: rgb(254,145,244); }
td.TdClassName
{
border-color: #FE91F4;
}
.TagClassName
{
border-color: #FE91F4;
}
</style>