Shades of Pale Magenta #FE79DF
Tints of Pale Magenta #FE79DF
RGB
CMYK
RGB Variations
Color information
#FE79DF (or 0xFE79DF) is known color: Pale Magenta. HEX triplet: FE, 79 and DF. RGB value is (254,121,223). Sum of RGB (Red+Green+Blue) = 254+121+223=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 121 (47.66% from 255 or 20.23% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79DF is #018620. Grayscale: #ACACAC. Windows color (decimal): -99873 or 14645758. OLE color: 14645758.
HSL color Cylindrical-coordinate representation of color #FE79DF: hue angle of 313.98º 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 #FE79DF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 223 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.00 |
| HSL | 313.99º | 0.99% | 0.74% | - |
| HSV(B) | 313.99º | 0.52% | 1% | - |
| XYZ | 61.03 | 40.07 | 74.33 | - |
| YUV | 172.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 223 | 0 | 0.52 | 0.12 | 0.00 | 313.99 | 0.99 | 0.74 |
| Hex | FE | 79 | DF | 0 | 34 | C | 0 | 13A | 63 | 4A |
| Octal | 376 | 171 | 337 | 0 | 64 | 14 | 0 | 472 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11011111 | 0 | 110100 | 1100 | 0 | 100111010 | 1100011 | 1001010 |
Color Harmonies of #FE79DF
Complementary color
Monochromatic Colors of #FE79DF
Black with #FE79DF
Text Example
Text Example
White with #FE79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79DF; }
p { color: rgb(254,121,223); }
H1.HeaderClassName
{
color: #FE79DF;
}
.AnyTagClassName
{
color: #FE79DF;
}
</style>
background-color css
<style>
a { background-color: #FE79DF; }
a { background-color: rgb(254,121,223); }
div.DivClassName
{
background-color: #FE79DF;
}
.BgClassName
{
background-color: #FE79DF;
}
</style>
border-color css
<style>
span { border-color: #FE79DF; }
span { border-color: rgb(254,121,223); }
td.TdClassName
{
border-color: #FE79DF;
}
.TagClassName
{
border-color: #FE79DF;
}
</style>