Shades of Pale Magenta #FE7ADA
Tints of Pale Magenta #FE7ADA
RGB
CMYK
RGB Variations
Color information
#FE7ADA (or 0xFE7ADA) is known color: Pale Magenta. HEX triplet: FE, 7A and DA. RGB value is (254,122,218). Sum of RGB (Red+Green+Blue) = 254+122+218=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADA is #018525. Grayscale: #ACACAC. Windows color (decimal): -99622 or 14318334. OLE color: 14318334.
HSL color Cylindrical-coordinate representation of color #FE7ADA: hue angle of 316.36º 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 #FE7ADA is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 218 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.00 |
| HSL | 316.36º | 0.99% | 0.74% | - |
| HSV(B) | 316.36º | 0.52% | 1% | - |
| XYZ | 60.49 | 40.05 | 70.87 | - |
| YUV | 172.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 218 | 0 | 0.52 | 0.14 | 0.00 | 316.36 | 0.99 | 0.74 |
| Hex | FE | 7A | DA | 0 | 34 | E | 0 | 13C | 63 | 4A |
| Octal | 376 | 172 | 332 | 0 | 64 | 16 | 0 | 474 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11011010 | 0 | 110100 | 1110 | 0 | 100111100 | 1100011 | 1001010 |
Color Harmonies of #FE7ADA
Complementary color
Monochromatic Colors of #FE7ADA
Black with #FE7ADA
Text Example
Text Example
White with #FE7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ADA; }
p { color: rgb(254,122,218); }
H1.HeaderClassName
{
color: #FE7ADA;
}
.AnyTagClassName
{
color: #FE7ADA;
}
</style>
background-color css
<style>
a { background-color: #FE7ADA; }
a { background-color: rgb(254,122,218); }
div.DivClassName
{
background-color: #FE7ADA;
}
.BgClassName
{
background-color: #FE7ADA;
}
</style>
border-color css
<style>
span { border-color: #FE7ADA; }
span { border-color: rgb(254,122,218); }
td.TdClassName
{
border-color: #FE7ADA;
}
.TagClassName
{
border-color: #FE7ADA;
}
</style>