Shades of Pale Magenta #FE73ED
Tints of Pale Magenta #FE73ED
RGB
CMYK
RGB Variations
Color information
#FE73ED (or 0xFE73ED) is known color: Pale Magenta. HEX triplet: FE, 73 and ED. RGB value is (254,115,237). Sum of RGB (Red+Green+Blue) = 254+115+237=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73ED is #018C12. Grayscale: #AAAAAA. Windows color (decimal): -101395 or 15561726. OLE color: 15561726.
HSL color Cylindrical-coordinate representation of color #FE73ED: hue angle of 307.34º 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 #FE73ED is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 237 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.00 |
| HSL | 307.34º | 0.99% | 0.72% | - |
| HSV(B) | 307.34º | 0.55% | 1% | - |
| XYZ | 62.29 | 39.45 | 84.45 | - |
| YUV | 170.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 237 | 0 | 0.55 | 0.07 | 0.00 | 307.34 | 0.99 | 0.72 |
| Hex | FE | 73 | ED | 0 | 37 | 7 | 0 | 133 | 63 | 48 |
| Octal | 376 | 163 | 355 | 0 | 67 | 7 | 0 | 463 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11101101 | 0 | 110111 | 111 | 0 | 100110011 | 1100011 | 1001000 |
Color Harmonies of #FE73ED
Complementary color
Monochromatic Colors of #FE73ED
Black with #FE73ED
Text Example
Text Example
White with #FE73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73ED; }
p { color: rgb(254,115,237); }
H1.HeaderClassName
{
color: #FE73ED;
}
.AnyTagClassName
{
color: #FE73ED;
}
</style>
background-color css
<style>
a { background-color: #FE73ED; }
a { background-color: rgb(254,115,237); }
div.DivClassName
{
background-color: #FE73ED;
}
.BgClassName
{
background-color: #FE73ED;
}
</style>
border-color css
<style>
span { border-color: #FE73ED; }
span { border-color: rgb(254,115,237); }
td.TdClassName
{
border-color: #FE73ED;
}
.TagClassName
{
border-color: #FE73ED;
}
</style>