Shades of Pale Magenta #FE73E0
Tints of Pale Magenta #FE73E0
RGB
CMYK
RGB Variations
Color information
#FE73E0 (or 0xFE73E0) is known color: Pale Magenta. HEX triplet: FE, 73 and E0. RGB value is (254,115,224). Sum of RGB (Red+Green+Blue) = 254+115+224=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73E0 is #018C1F. Grayscale: #A8A8A8. Windows color (decimal): -101408 or 14709758. OLE color: 14709758.
HSL color Cylindrical-coordinate representation of color #FE73E0: hue angle of 312.95º 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 #FE73E0 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 224 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.00 |
| HSL | 312.95º | 0.99% | 0.72% | - |
| HSV(B) | 312.95º | 0.55% | 1% | - |
| XYZ | 60.46 | 38.71 | 74.81 | - |
| YUV | 168.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 224 | 0 | 0.55 | 0.12 | 0.00 | 312.95 | 0.99 | 0.72 |
| Hex | FE | 73 | E0 | 0 | 37 | C | 0 | 139 | 63 | 48 |
| Octal | 376 | 163 | 340 | 0 | 67 | 14 | 0 | 471 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11100000 | 0 | 110111 | 1100 | 0 | 100111001 | 1100011 | 1001000 |
Color Harmonies of #FE73E0
Complementary color
Monochromatic Colors of #FE73E0
Black with #FE73E0
Text Example
Text Example
White with #FE73E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73E0; }
p { color: rgb(254,115,224); }
H1.HeaderClassName
{
color: #FE73E0;
}
.AnyTagClassName
{
color: #FE73E0;
}
</style>
background-color css
<style>
a { background-color: #FE73E0; }
a { background-color: rgb(254,115,224); }
div.DivClassName
{
background-color: #FE73E0;
}
.BgClassName
{
background-color: #FE73E0;
}
</style>
border-color css
<style>
span { border-color: #FE73E0; }
span { border-color: rgb(254,115,224); }
td.TdClassName
{
border-color: #FE73E0;
}
.TagClassName
{
border-color: #FE73E0;
}
</style>