Shades of Pale Magenta #FE73EA
Tints of Pale Magenta #FE73EA
RGB
CMYK
RGB Variations
Color information
#FE73EA (or 0xFE73EA) is known color: Pale Magenta. HEX triplet: FE, 73 and EA. RGB value is (254,115,234). Sum of RGB (Red+Green+Blue) = 254+115+234=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73EA is #018C15. Grayscale: #A9A9A9. Windows color (decimal): -101398 or 15365118. OLE color: 15365118.
HSL color Cylindrical-coordinate representation of color #FE73EA: hue angle of 308.63º 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 #FE73EA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 234 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.00 |
| HSL | 308.63º | 0.99% | 0.72% | - |
| HSV(B) | 308.63º | 0.55% | 1% | - |
| XYZ | 61.86 | 39.27 | 82.16 | - |
| YUV | 170.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 234 | 0 | 0.55 | 0.08 | 0.00 | 308.63 | 0.99 | 0.72 |
| Hex | FE | 73 | EA | 0 | 37 | 8 | 0 | 135 | 63 | 48 |
| Octal | 376 | 163 | 352 | 0 | 67 | 10 | 0 | 465 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11101010 | 0 | 110111 | 1000 | 0 | 100110101 | 1100011 | 1001000 |
Color Harmonies of #FE73EA
Complementary color
Monochromatic Colors of #FE73EA
Black with #FE73EA
Text Example
Text Example
White with #FE73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73EA; }
p { color: rgb(254,115,234); }
H1.HeaderClassName
{
color: #FE73EA;
}
.AnyTagClassName
{
color: #FE73EA;
}
</style>
background-color css
<style>
a { background-color: #FE73EA; }
a { background-color: rgb(254,115,234); }
div.DivClassName
{
background-color: #FE73EA;
}
.BgClassName
{
background-color: #FE73EA;
}
</style>
border-color css
<style>
span { border-color: #FE73EA; }
span { border-color: rgb(254,115,234); }
td.TdClassName
{
border-color: #FE73EA;
}
.TagClassName
{
border-color: #FE73EA;
}
</style>