Shades of Pale Magenta #FF8AD9
Tints of Pale Magenta #FF8AD9
RGB
CMYK
RGB Variations
Color information
#FF8AD9 (or 0xFF8AD9) is known color: Pale Magenta. HEX triplet: FF, 8A and D9. RGB value is (255,138,217). Sum of RGB (Red+Green+Blue) = 255+138+217=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD9 is #007526. Grayscale: #B5B5B5. Windows color (decimal): -29991 or 14256895. OLE color: 14256895.
HSL color Cylindrical-coordinate representation of color #FF8AD9: hue angle of 319.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AD9 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 217 | - |
| CMYK | 0 | 0.46 | 0.15 | 0 |
| HSL | 319.49º | 1% | 0.77% | - |
| HSV(B) | 319.49º | 0.46% | 1% | - |
| XYZ | 62.85 | 44.45 | 70.91 | - |
| YUV | 181.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 217 | 0 | 0.46 | 0.15 | 0 | 319.49 | 1 | 0.77 |
| Hex | FF | 8A | D9 | 0 | 2E | F | 0 | 13F | 64 | 4D |
| Octal | 377 | 212 | 331 | 0 | 56 | 17 | 0 | 477 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11011001 | 0 | 101110 | 1111 | 0 | 100111111 | 1100100 | 1001101 |
Color Harmonies of #FF8AD9
Complementary color
Monochromatic Colors of #FF8AD9
Black with #FF8AD9
Text Example
Text Example
White with #FF8AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AD9; }
p { color: rgb(255,138,217); }
H1.HeaderClassName
{
color: #FF8AD9;
}
.AnyTagClassName
{
color: #FF8AD9;
}
</style>
background-color css
<style>
a { background-color: #FF8AD9; }
a { background-color: rgb(255,138,217); }
div.DivClassName
{
background-color: #FF8AD9;
}
.BgClassName
{
background-color: #FF8AD9;
}
</style>
border-color css
<style>
span { border-color: #FF8AD9; }
span { border-color: rgb(255,138,217); }
td.TdClassName
{
border-color: #FF8AD9;
}
.TagClassName
{
border-color: #FF8AD9;
}
</style>