Shades of Pale Magenta #FF79DC
Tints of Pale Magenta #FF79DC
RGB
CMYK
RGB Variations
Color information
#FF79DC (or 0xFF79DC) is known color: Pale Magenta. HEX triplet: FF, 79 and DC. RGB value is (255,121,220). Sum of RGB (Red+Green+Blue) = 255+121+220=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79DC is #008623. Grayscale: #ACACAC. Windows color (decimal): -34340 or 14449151. OLE color: 14449151.
HSL color Cylindrical-coordinate representation of color #FF79DC: hue angle of 315.67º 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 #FF79DC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 220 | - |
| CMYK | 0 | 0.53 | 0.14 | 0 |
| HSL | 315.67º | 1% | 0.74% | - |
| HSV(B) | 315.67º | 0.53% | 1% | - |
| XYZ | 61 | 40.1 | 72.24 | - |
| YUV | 172.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 220 | 0 | 0.53 | 0.14 | 0 | 315.67 | 1 | 0.74 |
| Hex | FF | 79 | DC | 0 | 35 | E | 0 | 13C | 64 | 4A |
| Octal | 377 | 171 | 334 | 0 | 65 | 16 | 0 | 474 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11011100 | 0 | 110101 | 1110 | 0 | 100111100 | 1100100 | 1001010 |
Color Harmonies of #FF79DC
Complementary color
Monochromatic Colors of #FF79DC
Black with #FF79DC
Text Example
Text Example
White with #FF79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79DC; }
p { color: rgb(255,121,220); }
H1.HeaderClassName
{
color: #FF79DC;
}
.AnyTagClassName
{
color: #FF79DC;
}
</style>
background-color css
<style>
a { background-color: #FF79DC; }
a { background-color: rgb(255,121,220); }
div.DivClassName
{
background-color: #FF79DC;
}
.BgClassName
{
background-color: #FF79DC;
}
</style>
border-color css
<style>
span { border-color: #FF79DC; }
span { border-color: rgb(255,121,220); }
td.TdClassName
{
border-color: #FF79DC;
}
.TagClassName
{
border-color: #FF79DC;
}
</style>