Shades of Pale Magenta #FF7AD9
Tints of Pale Magenta #FF7AD9
RGB
CMYK
RGB Variations
Color information
#FF7AD9 (or 0xFF7AD9) is known color: Pale Magenta. HEX triplet: FF, 7A and D9. RGB value is (255,122,217). Sum of RGB (Red+Green+Blue) = 255+122+217=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AD9 is #008526. Grayscale: #ACACAC. Windows color (decimal): -34087 or 14252799. OLE color: 14252799.
HSL color Cylindrical-coordinate representation of color #FF7AD9: hue angle of 317.14º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AD9 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 217 | - |
| CMYK | 0 | 0.52 | 0.15 | 0 |
| HSL | 317.14º | 1% | 0.74% | - |
| HSV(B) | 317.14º | 0.52% | 1% | - |
| XYZ | 60.72 | 40.19 | 70.2 | - |
| YUV | 172.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 217 | 0 | 0.52 | 0.15 | 0 | 317.14 | 1 | 0.74 |
| Hex | FF | 7A | D9 | 0 | 34 | F | 0 | 13D | 64 | 4A |
| Octal | 377 | 172 | 331 | 0 | 64 | 17 | 0 | 475 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11011001 | 0 | 110100 | 1111 | 0 | 100111101 | 1100100 | 1001010 |
Color Harmonies of #FF7AD9
Complementary color
Monochromatic Colors of #FF7AD9
Black with #FF7AD9
Text Example
Text Example
White with #FF7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AD9; }
p { color: rgb(255,122,217); }
H1.HeaderClassName
{
color: #FF7AD9;
}
.AnyTagClassName
{
color: #FF7AD9;
}
</style>
background-color css
<style>
a { background-color: #FF7AD9; }
a { background-color: rgb(255,122,217); }
div.DivClassName
{
background-color: #FF7AD9;
}
.BgClassName
{
background-color: #FF7AD9;
}
</style>
border-color css
<style>
span { border-color: #FF7AD9; }
span { border-color: rgb(255,122,217); }
td.TdClassName
{
border-color: #FF7AD9;
}
.TagClassName
{
border-color: #FF7AD9;
}
</style>