Shades of Pale Magenta #FE90F5
Tints of Pale Magenta #FE90F5
RGB
CMYK
RGB Variations
Color information
#FE90F5 (or 0xFE90F5) is known color: Pale Magenta. HEX triplet: FE, 90 and F5. RGB value is (254,144,245). Sum of RGB (Red+Green+Blue) = 254+144+245=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90F5 is #016F0A. Grayscale: #BCBCBC. Windows color (decimal): -93963 or 16093438. OLE color: 16093438.
HSL color Cylindrical-coordinate representation of color #FE90F5: hue angle of 304.91º 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 #FE90F5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 245 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.00 |
| HSL | 304.91º | 0.98% | 0.78% | - |
| HSV(B) | 304.91º | 0.43% | 1% | - |
| XYZ | 67.33 | 47.61 | 92.03 | - |
| YUV | 188.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 245 | 0 | 0.43 | 0.04 | 0.00 | 304.91 | 0.98 | 0.78 |
| Hex | FE | 90 | F5 | 0 | 2B | 4 | 0 | 131 | 62 | 4E |
| Octal | 376 | 220 | 365 | 0 | 53 | 4 | 0 | 461 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11110101 | 0 | 101011 | 100 | 0 | 100110001 | 1100010 | 1001110 |
Color Harmonies of #FE90F5
Complementary color
Monochromatic Colors of #FE90F5
Black with #FE90F5
Text Example
Text Example
White with #FE90F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90F5; }
p { color: rgb(254,144,245); }
H1.HeaderClassName
{
color: #FE90F5;
}
.AnyTagClassName
{
color: #FE90F5;
}
</style>
background-color css
<style>
a { background-color: #FE90F5; }
a { background-color: rgb(254,144,245); }
div.DivClassName
{
background-color: #FE90F5;
}
.BgClassName
{
background-color: #FE90F5;
}
</style>
border-color css
<style>
span { border-color: #FE90F5; }
span { border-color: rgb(254,144,245); }
td.TdClassName
{
border-color: #FE90F5;
}
.TagClassName
{
border-color: #FE90F5;
}
</style>