Shades of Pale Magenta #FF8AD6
Tints of Pale Magenta #FF8AD6
RGB
CMYK
RGB Variations
Color information
#FF8AD6 (or 0xFF8AD6) is known color: Pale Magenta. HEX triplet: FF, 8A and D6. RGB value is (255,138,214). Sum of RGB (Red+Green+Blue) = 255+138+214=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD6 is #007529. Grayscale: #B5B5B5. Windows color (decimal): -29994 or 14060287. OLE color: 14060287.
HSL color Cylindrical-coordinate representation of color #FF8AD6: hue angle of 321.03º 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 #FF8AD6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 214 | - |
| CMYK | 0 | 0.46 | 0.16 | 0 |
| HSL | 321.03º | 1% | 0.77% | - |
| HSV(B) | 321.03º | 0.46% | 1% | - |
| XYZ | 62.47 | 44.29 | 68.88 | - |
| YUV | 181.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 214 | 0 | 0.46 | 0.16 | 0 | 321.03 | 1 | 0.77 |
| Hex | FF | 8A | D6 | 0 | 2E | 10 | 0 | 141 | 64 | 4D |
| Octal | 377 | 212 | 326 | 0 | 56 | 20 | 0 | 501 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11010110 | 0 | 101110 | 10000 | 0 | 101000001 | 1100100 | 1001101 |
Color Harmonies of #FF8AD6
Complementary color
Monochromatic Colors of #FF8AD6
Black with #FF8AD6
Text Example
Text Example
White with #FF8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AD6; }
p { color: rgb(255,138,214); }
H1.HeaderClassName
{
color: #FF8AD6;
}
.AnyTagClassName
{
color: #FF8AD6;
}
</style>
background-color css
<style>
a { background-color: #FF8AD6; }
a { background-color: rgb(255,138,214); }
div.DivClassName
{
background-color: #FF8AD6;
}
.BgClassName
{
background-color: #FF8AD6;
}
</style>
border-color css
<style>
span { border-color: #FF8AD6; }
span { border-color: rgb(255,138,214); }
td.TdClassName
{
border-color: #FF8AD6;
}
.TagClassName
{
border-color: #FF8AD6;
}
</style>