Shades of Pale Magenta #FE89F4
Tints of Pale Magenta #FE89F4
RGB
CMYK
RGB Variations
Color information
#FE89F4 (or 0xFE89F4) is known color: Pale Magenta. HEX triplet: FE, 89 and F4. RGB value is (254,137,244). Sum of RGB (Red+Green+Blue) = 254+137+244=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 137 (53.91% from 255 or 21.57% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89F4 is #01760B. Grayscale: #B7B7B7. Windows color (decimal): -95756 or 16026110. OLE color: 16026110.
HSL color Cylindrical-coordinate representation of color #FE89F4: hue angle of 305.13º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89F4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 244 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.00 |
| HSL | 305.13º | 0.98% | 0.77% | - |
| HSV(B) | 305.13º | 0.46% | 1% | - |
| XYZ | 66.15 | 45.49 | 90.88 | - |
| YUV | 184.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 244 | 0 | 0.46 | 0.04 | 0.00 | 305.13 | 0.98 | 0.77 |
| Hex | FE | 89 | F4 | 0 | 2E | 4 | 0 | 131 | 62 | 4D |
| Octal | 376 | 211 | 364 | 0 | 56 | 4 | 0 | 461 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11110100 | 0 | 101110 | 100 | 0 | 100110001 | 1100010 | 1001101 |
Color Harmonies of #FE89F4
Complementary color
Monochromatic Colors of #FE89F4
Black with #FE89F4
Text Example
Text Example
White with #FE89F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89F4; }
p { color: rgb(254,137,244); }
H1.HeaderClassName
{
color: #FE89F4;
}
.AnyTagClassName
{
color: #FE89F4;
}
</style>
background-color css
<style>
a { background-color: #FE89F4; }
a { background-color: rgb(254,137,244); }
div.DivClassName
{
background-color: #FE89F4;
}
.BgClassName
{
background-color: #FE89F4;
}
</style>
border-color css
<style>
span { border-color: #FE89F4; }
span { border-color: rgb(254,137,244); }
td.TdClassName
{
border-color: #FE89F4;
}
.TagClassName
{
border-color: #FE89F4;
}
</style>