Shades of Pale Magenta #FF79E7
Tints of Pale Magenta #FF79E7
RGB
CMYK
RGB Variations
Color information
#FF79E7 (or 0xFF79E7) is known color: Pale Magenta. HEX triplet: FF, 79 and E7. RGB value is (255,121,231). Sum of RGB (Red+Green+Blue) = 255+121+231=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 121 (47.66% from 255 or 19.93% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF79E7 is #008618. Grayscale: #ADADAD. Windows color (decimal): -34329 or 15170047. OLE color: 15170047.
HSL color Cylindrical-coordinate representation of color #FF79E7: hue angle of 310.75º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79E7 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 231 | - |
| CMYK | 0 | 0.53 | 0.09 | 0 |
| HSL | 310.75º | 1% | 0.74% | - |
| HSV(B) | 310.75º | 0.53% | 1% | - |
| XYZ | 62.5 | 40.7 | 80.16 | - |
| YUV | 173.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 231 | 0 | 0.53 | 0.09 | 0 | 310.75 | 1 | 0.74 |
| Hex | FF | 79 | E7 | 0 | 35 | 9 | 0 | 137 | 64 | 4A |
| Octal | 377 | 171 | 347 | 0 | 65 | 11 | 0 | 467 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11100111 | 0 | 110101 | 1001 | 0 | 100110111 | 1100100 | 1001010 |
Color Harmonies of #FF79E7
Complementary color
Monochromatic Colors of #FF79E7
Black with #FF79E7
Text Example
Text Example
White with #FF79E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79E7; }
p { color: rgb(255,121,231); }
H1.HeaderClassName
{
color: #FF79E7;
}
.AnyTagClassName
{
color: #FF79E7;
}
</style>
background-color css
<style>
a { background-color: #FF79E7; }
a { background-color: rgb(255,121,231); }
div.DivClassName
{
background-color: #FF79E7;
}
.BgClassName
{
background-color: #FF79E7;
}
</style>
border-color css
<style>
span { border-color: #FF79E7; }
span { border-color: rgb(255,121,231); }
td.TdClassName
{
border-color: #FF79E7;
}
.TagClassName
{
border-color: #FF79E7;
}
</style>