Shades of Pale Magenta #FF79E6
Tints of Pale Magenta #FF79E6
RGB
CMYK
RGB Variations
Color information
#FF79E6 (or 0xFF79E6) is known color: Pale Magenta. HEX triplet: FF, 79 and E6. RGB value is (255,121,230). Sum of RGB (Red+Green+Blue) = 255+121+230=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 121 (47.66% from 255 or 19.97% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF79E6 is #008619. Grayscale: #ADADAD. Windows color (decimal): -34330 or 15104511. OLE color: 15104511.
HSL color Cylindrical-coordinate representation of color #FF79E6: hue angle of 311.19º 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 #FF79E6 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 230 | - |
| CMYK | 0 | 0.53 | 0.10 | 0 |
| HSL | 311.19º | 1% | 0.74% | - |
| HSV(B) | 311.19º | 0.53% | 1% | - |
| XYZ | 62.36 | 40.65 | 79.42 | - |
| YUV | 173.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 230 | 0 | 0.53 | 0.10 | 0 | 311.19 | 1 | 0.74 |
| Hex | FF | 79 | E6 | 0 | 35 | A | 0 | 137 | 64 | 4A |
| Octal | 377 | 171 | 346 | 0 | 65 | 12 | 0 | 467 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11100110 | 0 | 110101 | 1010 | 0 | 100110111 | 1100100 | 1001010 |
Color Harmonies of #FF79E6
Complementary color
Monochromatic Colors of #FF79E6
Black with #FF79E6
Text Example
Text Example
White with #FF79E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79E6; }
p { color: rgb(255,121,230); }
H1.HeaderClassName
{
color: #FF79E6;
}
.AnyTagClassName
{
color: #FF79E6;
}
</style>
background-color css
<style>
a { background-color: #FF79E6; }
a { background-color: rgb(255,121,230); }
div.DivClassName
{
background-color: #FF79E6;
}
.BgClassName
{
background-color: #FF79E6;
}
</style>
border-color css
<style>
span { border-color: #FF79E6; }
span { border-color: rgb(255,121,230); }
td.TdClassName
{
border-color: #FF79E6;
}
.TagClassName
{
border-color: #FF79E6;
}
</style>