Shades of Pale Magenta #FE7DE2
Tints of Pale Magenta #FE7DE2
RGB
CMYK
RGB Variations
Color information
#FE7DE2 (or 0xFE7DE2) is known color: Pale Magenta. HEX triplet: FE, 7D and E2. RGB value is (254,125,226). Sum of RGB (Red+Green+Blue) = 254+125+226=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DE2 is #01821D. Grayscale: #AEAEAE. Windows color (decimal): -98846 or 14843390. OLE color: 14843390.
HSL color Cylindrical-coordinate representation of color #FE7DE2: hue angle of 313.02º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DE2 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 226 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.00 |
| HSL | 313.02º | 0.98% | 0.74% | - |
| HSV(B) | 313.02º | 0.51% | 1% | - |
| XYZ | 61.93 | 41.23 | 76.65 | - |
| YUV | 175.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 226 | 0 | 0.51 | 0.11 | 0.00 | 313.02 | 0.98 | 0.74 |
| Hex | FE | 7D | E2 | 0 | 33 | B | 0 | 139 | 62 | 4A |
| Octal | 376 | 175 | 342 | 0 | 63 | 13 | 0 | 471 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11100010 | 0 | 110011 | 1011 | 0 | 100111001 | 1100010 | 1001010 |
Color Harmonies of #FE7DE2
Complementary color
Monochromatic Colors of #FE7DE2
Black with #FE7DE2
Text Example
Text Example
White with #FE7DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DE2; }
p { color: rgb(254,125,226); }
H1.HeaderClassName
{
color: #FE7DE2;
}
.AnyTagClassName
{
color: #FE7DE2;
}
</style>
background-color css
<style>
a { background-color: #FE7DE2; }
a { background-color: rgb(254,125,226); }
div.DivClassName
{
background-color: #FE7DE2;
}
.BgClassName
{
background-color: #FE7DE2;
}
</style>
border-color css
<style>
span { border-color: #FE7DE2; }
span { border-color: rgb(254,125,226); }
td.TdClassName
{
border-color: #FE7DE2;
}
.TagClassName
{
border-color: #FE7DE2;
}
</style>