Shades of Pale Magenta #FE83E9
Tints of Pale Magenta #FE83E9
RGB
CMYK
RGB Variations
Color information
#FE83E9 (or 0xFE83E9) is known color: Pale Magenta. HEX triplet: FE, 83 and E9. RGB value is (254,131,233). Sum of RGB (Red+Green+Blue) = 254+131+233=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83E9 is #017C16. Grayscale: #B3B3B3. Windows color (decimal): -97303 or 15303678. OLE color: 15303678.
HSL color Cylindrical-coordinate representation of color #FE83E9: hue angle of 310.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83E9 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 233 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.00 |
| HSL | 310.24º | 0.98% | 0.75% | - |
| HSV(B) | 310.24º | 0.48% | 1% | - |
| XYZ | 63.7 | 43.19 | 82.07 | - |
| YUV | 179.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 233 | 0 | 0.48 | 0.08 | 0.00 | 310.24 | 0.98 | 0.75 |
| Hex | FE | 83 | E9 | 0 | 30 | 8 | 0 | 136 | 62 | 4B |
| Octal | 376 | 203 | 351 | 0 | 60 | 10 | 0 | 466 | 142 | 113 |
| Binary | 11111110 | 10000011 | 11101001 | 0 | 110000 | 1000 | 0 | 100110110 | 1100010 | 1001011 |
Color Harmonies of #FE83E9
Complementary color
Monochromatic Colors of #FE83E9
Black with #FE83E9
Text Example
Text Example
White with #FE83E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE83E9; }
p { color: rgb(254,131,233); }
H1.HeaderClassName
{
color: #FE83E9;
}
.AnyTagClassName
{
color: #FE83E9;
}
</style>
background-color css
<style>
a { background-color: #FE83E9; }
a { background-color: rgb(254,131,233); }
div.DivClassName
{
background-color: #FE83E9;
}
.BgClassName
{
background-color: #FE83E9;
}
</style>
border-color css
<style>
span { border-color: #FE83E9; }
span { border-color: rgb(254,131,233); }
td.TdClassName
{
border-color: #FE83E9;
}
.TagClassName
{
border-color: #FE83E9;
}
</style>