Shades of Pale Magenta #FE79E7
Tints of Pale Magenta #FE79E7
RGB
CMYK
RGB Variations
Color information
#FE79E7 (or 0xFE79E7) is known color: Pale Magenta. HEX triplet: FE, 79 and E7. RGB value is (254,121,231). Sum of RGB (Red+Green+Blue) = 254+121+231=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 121 (47.66% from 255 or 19.97% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79E7 is #018618. Grayscale: #ADADAD. Windows color (decimal): -99865 or 15170046. OLE color: 15170046.
HSL color Cylindrical-coordinate representation of color #FE79E7: hue angle of 310.38º 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 #FE79E7 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 231 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.00 |
| HSL | 310.38º | 0.99% | 0.74% | - |
| HSV(B) | 310.38º | 0.52% | 1% | - |
| XYZ | 62.13 | 40.52 | 80.15 | - |
| YUV | 173.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 231 | 0 | 0.52 | 0.09 | 0.00 | 310.38 | 0.99 | 0.74 |
| Hex | FE | 79 | E7 | 0 | 34 | 9 | 0 | 136 | 63 | 4A |
| Octal | 376 | 171 | 347 | 0 | 64 | 11 | 0 | 466 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11100111 | 0 | 110100 | 1001 | 0 | 100110110 | 1100011 | 1001010 |
Color Harmonies of #FE79E7
Complementary color
Monochromatic Colors of #FE79E7
Black with #FE79E7
Text Example
Text Example
White with #FE79E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79E7; }
p { color: rgb(254,121,231); }
H1.HeaderClassName
{
color: #FE79E7;
}
.AnyTagClassName
{
color: #FE79E7;
}
</style>
background-color css
<style>
a { background-color: #FE79E7; }
a { background-color: rgb(254,121,231); }
div.DivClassName
{
background-color: #FE79E7;
}
.BgClassName
{
background-color: #FE79E7;
}
</style>
border-color css
<style>
span { border-color: #FE79E7; }
span { border-color: rgb(254,121,231); }
td.TdClassName
{
border-color: #FE79E7;
}
.TagClassName
{
border-color: #FE79E7;
}
</style>