Shades of Pale Magenta #FE76DF
Tints of Pale Magenta #FE76DF
RGB
CMYK
RGB Variations
Color information
#FE76DF (or 0xFE76DF) is known color: Pale Magenta. HEX triplet: FE, 76 and DF. RGB value is (254,118,223). Sum of RGB (Red+Green+Blue) = 254+118+223=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76DF is #018920. Grayscale: #AAAAAA. Windows color (decimal): -100641 or 14644990. OLE color: 14644990.
HSL color Cylindrical-coordinate representation of color #FE76DF: hue angle of 313.68º 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 #FE76DF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 223 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.00 |
| HSL | 313.68º | 0.99% | 0.73% | - |
| HSV(B) | 313.68º | 0.54% | 1% | - |
| XYZ | 60.67 | 39.36 | 74.21 | - |
| YUV | 170.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 223 | 0 | 0.54 | 0.12 | 0.00 | 313.68 | 0.99 | 0.73 |
| Hex | FE | 76 | DF | 0 | 36 | C | 0 | 13A | 63 | 49 |
| Octal | 376 | 166 | 337 | 0 | 66 | 14 | 0 | 472 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11011111 | 0 | 110110 | 1100 | 0 | 100111010 | 1100011 | 1001001 |
Color Harmonies of #FE76DF
Complementary color
Monochromatic Colors of #FE76DF
Black with #FE76DF
Text Example
Text Example
White with #FE76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76DF; }
p { color: rgb(254,118,223); }
H1.HeaderClassName
{
color: #FE76DF;
}
.AnyTagClassName
{
color: #FE76DF;
}
</style>
background-color css
<style>
a { background-color: #FE76DF; }
a { background-color: rgb(254,118,223); }
div.DivClassName
{
background-color: #FE76DF;
}
.BgClassName
{
background-color: #FE76DF;
}
</style>
border-color css
<style>
span { border-color: #FE76DF; }
span { border-color: rgb(254,118,223); }
td.TdClassName
{
border-color: #FE76DF;
}
.TagClassName
{
border-color: #FE76DF;
}
</style>