Shades of Pale Magenta #FE79DD
Tints of Pale Magenta #FE79DD
RGB
CMYK
RGB Variations
Color information
#FE79DD (or 0xFE79DD) is known color: Pale Magenta. HEX triplet: FE, 79 and DD. RGB value is (254,121,221). Sum of RGB (Red+Green+Blue) = 254+121+221=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79DD is #018622. Grayscale: #ABABAB. Windows color (decimal): -99875 or 14514686. OLE color: 14514686.
HSL color Cylindrical-coordinate representation of color #FE79DD: hue angle of 314.89º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79DD is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 221 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.00 |
| HSL | 314.89º | 0.99% | 0.74% | - |
| HSV(B) | 314.89º | 0.52% | 1% | - |
| XYZ | 60.76 | 39.97 | 72.92 | - |
| YUV | 172.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 221 | 0 | 0.52 | 0.13 | 0.00 | 314.89 | 0.99 | 0.74 |
| Hex | FE | 79 | DD | 0 | 34 | D | 0 | 13B | 63 | 4A |
| Octal | 376 | 171 | 335 | 0 | 64 | 15 | 0 | 473 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11011101 | 0 | 110100 | 1101 | 0 | 100111011 | 1100011 | 1001010 |
Color Harmonies of #FE79DD
Complementary color
Monochromatic Colors of #FE79DD
Black with #FE79DD
Text Example
Text Example
White with #FE79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79DD; }
p { color: rgb(254,121,221); }
H1.HeaderClassName
{
color: #FE79DD;
}
.AnyTagClassName
{
color: #FE79DD;
}
</style>
background-color css
<style>
a { background-color: #FE79DD; }
a { background-color: rgb(254,121,221); }
div.DivClassName
{
background-color: #FE79DD;
}
.BgClassName
{
background-color: #FE79DD;
}
</style>
border-color css
<style>
span { border-color: #FE79DD; }
span { border-color: rgb(254,121,221); }
td.TdClassName
{
border-color: #FE79DD;
}
.TagClassName
{
border-color: #FE79DD;
}
</style>