Shades of Pale Magenta #FE7DE4
Tints of Pale Magenta #FE7DE4
RGB
CMYK
RGB Variations
Color information
#FE7DE4 (or 0xFE7DE4) is known color: Pale Magenta. HEX triplet: FE, 7D and E4. RGB value is (254,125,228). Sum of RGB (Red+Green+Blue) = 254+125+228=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DE4 is #01821B. Grayscale: #AFAFAF. Windows color (decimal): -98844 or 14974462. OLE color: 14974462.
HSL color Cylindrical-coordinate representation of color #FE7DE4: hue angle of 312.09º 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 #FE7DE4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 228 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.00 |
| HSL | 312.09º | 0.98% | 0.74% | - |
| HSV(B) | 312.09º | 0.51% | 1% | - |
| XYZ | 62.21 | 41.34 | 78.1 | - |
| YUV | 175.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 228 | 0 | 0.51 | 0.10 | 0.00 | 312.09 | 0.98 | 0.74 |
| Hex | FE | 7D | E4 | 0 | 33 | A | 0 | 138 | 62 | 4A |
| Octal | 376 | 175 | 344 | 0 | 63 | 12 | 0 | 470 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11100100 | 0 | 110011 | 1010 | 0 | 100111000 | 1100010 | 1001010 |
Color Harmonies of #FE7DE4
Complementary color
Monochromatic Colors of #FE7DE4
Black with #FE7DE4
Text Example
Text Example
White with #FE7DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DE4; }
p { color: rgb(254,125,228); }
H1.HeaderClassName
{
color: #FE7DE4;
}
.AnyTagClassName
{
color: #FE7DE4;
}
</style>
background-color css
<style>
a { background-color: #FE7DE4; }
a { background-color: rgb(254,125,228); }
div.DivClassName
{
background-color: #FE7DE4;
}
.BgClassName
{
background-color: #FE7DE4;
}
</style>
border-color css
<style>
span { border-color: #FE7DE4; }
span { border-color: rgb(254,125,228); }
td.TdClassName
{
border-color: #FE7DE4;
}
.TagClassName
{
border-color: #FE7DE4;
}
</style>