Shades of Pale Magenta #FE90F3
Tints of Pale Magenta #FE90F3
RGB
CMYK
RGB Variations
Color information
#FE90F3 (or 0xFE90F3) is known color: Pale Magenta. HEX triplet: FE, 90 and F3. RGB value is (254,144,243). Sum of RGB (Red+Green+Blue) = 254+144+243=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 144 (56.64% from 255 or 22.46% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90F3 is #016F0C. Grayscale: #BBBBBB. Windows color (decimal): -93965 or 15962366. OLE color: 15962366.
HSL color Cylindrical-coordinate representation of color #FE90F3: hue angle of 306º 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 #FE90F3 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 243 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.00 |
| HSL | 306º | 0.98% | 0.78% | - |
| HSV(B) | 306º | 0.43% | 1% | - |
| XYZ | 67.02 | 47.49 | 90.43 | - |
| YUV | 188.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 243 | 0 | 0.43 | 0.04 | 0.00 | 306 | 0.98 | 0.78 |
| Hex | FE | 90 | F3 | 0 | 2B | 4 | 0 | 132 | 62 | 4E |
| Octal | 376 | 220 | 363 | 0 | 53 | 4 | 0 | 462 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11110011 | 0 | 101011 | 100 | 0 | 100110010 | 1100010 | 1001110 |
Color Harmonies of #FE90F3
Complementary color
Monochromatic Colors of #FE90F3
Black with #FE90F3
Text Example
Text Example
White with #FE90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90F3; }
p { color: rgb(254,144,243); }
H1.HeaderClassName
{
color: #FE90F3;
}
.AnyTagClassName
{
color: #FE90F3;
}
</style>
background-color css
<style>
a { background-color: #FE90F3; }
a { background-color: rgb(254,144,243); }
div.DivClassName
{
background-color: #FE90F3;
}
.BgClassName
{
background-color: #FE90F3;
}
</style>
border-color css
<style>
span { border-color: #FE90F3; }
span { border-color: rgb(254,144,243); }
td.TdClassName
{
border-color: #FE90F3;
}
.TagClassName
{
border-color: #FE90F3;
}
</style>