Shades of Pale Magenta #FE73E1
Tints of Pale Magenta #FE73E1
RGB
CMYK
RGB Variations
Color information
#FE73E1 (or 0xFE73E1) is known color: Pale Magenta. HEX triplet: FE, 73 and E1. RGB value is (254,115,225). Sum of RGB (Red+Green+Blue) = 254+115+225=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73E1 is #018C1E. Grayscale: #A8A8A8. Windows color (decimal): -101407 or 14775294. OLE color: 14775294.
HSL color Cylindrical-coordinate representation of color #FE73E1: hue angle of 312.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73E1 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 225 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.00 |
| HSL | 312.52º | 0.99% | 0.72% | - |
| HSV(B) | 312.52º | 0.55% | 1% | - |
| XYZ | 60.59 | 38.77 | 75.52 | - |
| YUV | 169.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 225 | 0 | 0.55 | 0.11 | 0.00 | 312.52 | 0.99 | 0.72 |
| Hex | FE | 73 | E1 | 0 | 37 | B | 0 | 139 | 63 | 48 |
| Octal | 376 | 163 | 341 | 0 | 67 | 13 | 0 | 471 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11100001 | 0 | 110111 | 1011 | 0 | 100111001 | 1100011 | 1001000 |
Color Harmonies of #FE73E1
Complementary color
Monochromatic Colors of #FE73E1
Black with #FE73E1
Text Example
Text Example
White with #FE73E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73E1; }
p { color: rgb(254,115,225); }
H1.HeaderClassName
{
color: #FE73E1;
}
.AnyTagClassName
{
color: #FE73E1;
}
</style>
background-color css
<style>
a { background-color: #FE73E1; }
a { background-color: rgb(254,115,225); }
div.DivClassName
{
background-color: #FE73E1;
}
.BgClassName
{
background-color: #FE73E1;
}
</style>
border-color css
<style>
span { border-color: #FE73E1; }
span { border-color: rgb(254,115,225); }
td.TdClassName
{
border-color: #FE73E1;
}
.TagClassName
{
border-color: #FE73E1;
}
</style>