Shades of Pale Magenta #FE7ADE
Tints of Pale Magenta #FE7ADE
RGB
CMYK
RGB Variations
Color information
#FE7ADE (or 0xFE7ADE) is known color: Pale Magenta. HEX triplet: FE, 7A and DE. RGB value is (254,122,222). Sum of RGB (Red+Green+Blue) = 254+122+222=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADE is #018521. Grayscale: #ACACAC. Windows color (decimal): -99618 or 14580478. OLE color: 14580478.
HSL color Cylindrical-coordinate representation of color #FE7ADE: hue angle of 314.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7ADE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 222 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.00 |
| HSL | 314.55º | 0.99% | 0.74% | - |
| HSV(B) | 314.55º | 0.52% | 1% | - |
| XYZ | 61.02 | 40.26 | 73.66 | - |
| YUV | 172.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 222 | 0 | 0.52 | 0.13 | 0.00 | 314.55 | 0.99 | 0.74 |
| Hex | FE | 7A | DE | 0 | 34 | D | 0 | 13B | 63 | 4A |
| Octal | 376 | 172 | 336 | 0 | 64 | 15 | 0 | 473 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11011110 | 0 | 110100 | 1101 | 0 | 100111011 | 1100011 | 1001010 |
Color Harmonies of #FE7ADE
Complementary color
Monochromatic Colors of #FE7ADE
Black with #FE7ADE
Text Example
Text Example
White with #FE7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ADE; }
p { color: rgb(254,122,222); }
H1.HeaderClassName
{
color: #FE7ADE;
}
.AnyTagClassName
{
color: #FE7ADE;
}
</style>
background-color css
<style>
a { background-color: #FE7ADE; }
a { background-color: rgb(254,122,222); }
div.DivClassName
{
background-color: #FE7ADE;
}
.BgClassName
{
background-color: #FE7ADE;
}
</style>
border-color css
<style>
span { border-color: #FE7ADE; }
span { border-color: rgb(254,122,222); }
td.TdClassName
{
border-color: #FE7ADE;
}
.TagClassName
{
border-color: #FE7ADE;
}
</style>