Shades of Pale Magenta #FF76E9
Tints of Pale Magenta #FF76E9
RGB
CMYK
RGB Variations
Color information
#FF76E9 (or 0xFF76E9) is known color: Pale Magenta. HEX triplet: FF, 76 and E9. RGB value is (255,118,233). Sum of RGB (Red+Green+Blue) = 255+118+233=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76E9 is #008916. Grayscale: #ABABAB. Windows color (decimal): -35095 or 15300351. OLE color: 15300351.
HSL color Cylindrical-coordinate representation of color #FF76E9: hue angle of 309.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 #FF76E9 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 233 | - |
| CMYK | 0 | 0.54 | 0.09 | 0 |
| HSL | 309.64º | 1% | 0.73% | - |
| HSV(B) | 309.64º | 0.54% | 1% | - |
| XYZ | 62.43 | 40.1 | 81.54 | - |
| YUV | 172.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 233 | 0 | 0.54 | 0.09 | 0 | 309.64 | 1 | 0.73 |
| Hex | FF | 76 | E9 | 0 | 36 | 9 | 0 | 136 | 64 | 49 |
| Octal | 377 | 166 | 351 | 0 | 66 | 11 | 0 | 466 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11101001 | 0 | 110110 | 1001 | 0 | 100110110 | 1100100 | 1001001 |
Color Harmonies of #FF76E9
Complementary color
Monochromatic Colors of #FF76E9
Black with #FF76E9
Text Example
Text Example
White with #FF76E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76E9; }
p { color: rgb(255,118,233); }
H1.HeaderClassName
{
color: #FF76E9;
}
.AnyTagClassName
{
color: #FF76E9;
}
</style>
background-color css
<style>
a { background-color: #FF76E9; }
a { background-color: rgb(255,118,233); }
div.DivClassName
{
background-color: #FF76E9;
}
.BgClassName
{
background-color: #FF76E9;
}
</style>
border-color css
<style>
span { border-color: #FF76E9; }
span { border-color: rgb(255,118,233); }
td.TdClassName
{
border-color: #FF76E9;
}
.TagClassName
{
border-color: #FF76E9;
}
</style>