Shades of Pale Magenta #FE76ED
Tints of Pale Magenta #FE76ED
RGB
CMYK
RGB Variations
Color information
#FE76ED (or 0xFE76ED) is known color: Pale Magenta. HEX triplet: FE, 76 and ED. RGB value is (254,118,237). Sum of RGB (Red+Green+Blue) = 254+118+237=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 118 (46.48% from 255 or 19.38% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76ED is #018912. Grayscale: #ABABAB. Windows color (decimal): -100627 or 15562494. OLE color: 15562494.
HSL color Cylindrical-coordinate representation of color #FE76ED: hue angle of 307.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76ED is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 237 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.00 |
| HSL | 307.5º | 0.99% | 0.73% | - |
| HSV(B) | 307.5º | 0.54% | 1% | - |
| XYZ | 62.64 | 40.14 | 84.57 | - |
| YUV | 172.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 237 | 0 | 0.54 | 0.07 | 0.00 | 307.5 | 0.99 | 0.73 |
| Hex | FE | 76 | ED | 0 | 36 | 7 | 0 | 134 | 63 | 49 |
| Octal | 376 | 166 | 355 | 0 | 66 | 7 | 0 | 464 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11101101 | 0 | 110110 | 111 | 0 | 100110100 | 1100011 | 1001001 |
Color Harmonies of #FE76ED
Complementary color
Monochromatic Colors of #FE76ED
Black with #FE76ED
Text Example
Text Example
White with #FE76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76ED; }
p { color: rgb(254,118,237); }
H1.HeaderClassName
{
color: #FE76ED;
}
.AnyTagClassName
{
color: #FE76ED;
}
</style>
background-color css
<style>
a { background-color: #FE76ED; }
a { background-color: rgb(254,118,237); }
div.DivClassName
{
background-color: #FE76ED;
}
.BgClassName
{
background-color: #FE76ED;
}
</style>
border-color css
<style>
span { border-color: #FE76ED; }
span { border-color: rgb(254,118,237); }
td.TdClassName
{
border-color: #FE76ED;
}
.TagClassName
{
border-color: #FE76ED;
}
</style>