Shades of Pale Magenta #FE76DD
Tints of Pale Magenta #FE76DD
RGB
CMYK
RGB Variations
Color information
#FE76DD (or 0xFE76DD) is known color: Pale Magenta. HEX triplet: FE, 76 and DD. RGB value is (254,118,221). Sum of RGB (Red+Green+Blue) = 254+118+221=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76DD is #018922. Grayscale: #AAAAAA. Windows color (decimal): -100643 or 14513918. OLE color: 14513918.
HSL color Cylindrical-coordinate representation of color #FE76DD: hue angle of 314.56º 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 #FE76DD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 221 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.00 |
| HSL | 314.56º | 0.99% | 0.73% | - |
| HSV(B) | 314.56º | 0.54% | 1% | - |
| XYZ | 60.4 | 39.25 | 72.8 | - |
| YUV | 170.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 221 | 0 | 0.54 | 0.13 | 0.00 | 314.56 | 0.99 | 0.73 |
| Hex | FE | 76 | DD | 0 | 36 | D | 0 | 13B | 63 | 49 |
| Octal | 376 | 166 | 335 | 0 | 66 | 15 | 0 | 473 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11011101 | 0 | 110110 | 1101 | 0 | 100111011 | 1100011 | 1001001 |
Color Harmonies of #FE76DD
Complementary color
Monochromatic Colors of #FE76DD
Black with #FE76DD
Text Example
Text Example
White with #FE76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76DD; }
p { color: rgb(254,118,221); }
H1.HeaderClassName
{
color: #FE76DD;
}
.AnyTagClassName
{
color: #FE76DD;
}
</style>
background-color css
<style>
a { background-color: #FE76DD; }
a { background-color: rgb(254,118,221); }
div.DivClassName
{
background-color: #FE76DD;
}
.BgClassName
{
background-color: #FE76DD;
}
</style>
border-color css
<style>
span { border-color: #FE76DD; }
span { border-color: rgb(254,118,221); }
td.TdClassName
{
border-color: #FE76DD;
}
.TagClassName
{
border-color: #FE76DD;
}
</style>