Shades of Pale Magenta #FF76D9
Tints of Pale Magenta #FF76D9
RGB
CMYK
RGB Variations
Color information
#FF76D9 (or 0xFF76D9) is known color: Pale Magenta. HEX triplet: FF, 76 and D9. RGB value is (255,118,217). Sum of RGB (Red+Green+Blue) = 255+118+217=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D9 is #008926. Grayscale: #A9A9A9. Windows color (decimal): -35111 or 14251775. OLE color: 14251775.
HSL color Cylindrical-coordinate representation of color #FF76D9: hue angle of 316.64º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76D9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 217 | - |
| CMYK | 0 | 0.54 | 0.15 | 0 |
| HSL | 316.64º | 1% | 0.73% | - |
| HSV(B) | 316.64º | 0.54% | 1% | - |
| XYZ | 60.24 | 39.23 | 70.04 | - |
| YUV | 170.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 217 | 0 | 0.54 | 0.15 | 0 | 316.64 | 1 | 0.73 |
| Hex | FF | 76 | D9 | 0 | 36 | F | 0 | 13D | 64 | 49 |
| Octal | 377 | 166 | 331 | 0 | 66 | 17 | 0 | 475 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11011001 | 0 | 110110 | 1111 | 0 | 100111101 | 1100100 | 1001001 |
Color Harmonies of #FF76D9
Complementary color
Monochromatic Colors of #FF76D9
Black with #FF76D9
Text Example
Text Example
White with #FF76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76D9; }
p { color: rgb(255,118,217); }
H1.HeaderClassName
{
color: #FF76D9;
}
.AnyTagClassName
{
color: #FF76D9;
}
</style>
background-color css
<style>
a { background-color: #FF76D9; }
a { background-color: rgb(255,118,217); }
div.DivClassName
{
background-color: #FF76D9;
}
.BgClassName
{
background-color: #FF76D9;
}
</style>
border-color css
<style>
span { border-color: #FF76D9; }
span { border-color: rgb(255,118,217); }
td.TdClassName
{
border-color: #FF76D9;
}
.TagClassName
{
border-color: #FF76D9;
}
</style>