Shades of Pale Magenta #FF76EC
Tints of Pale Magenta #FF76EC
RGB
CMYK
RGB Variations
Color information
#FF76EC (or 0xFF76EC) is known color: Pale Magenta. HEX triplet: FF, 76 and EC. RGB value is (255,118,236). Sum of RGB (Red+Green+Blue) = 255+118+236=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 118 (46.48% from 255 or 19.38% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76EC is #008913. Grayscale: #ACACAC. Windows color (decimal): -35092 or 15496959. OLE color: 15496959.
HSL color Cylindrical-coordinate representation of color #FF76EC: hue angle of 308.32º 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 #FF76EC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 236 | - |
| CMYK | 0 | 0.54 | 0.07 | 0 |
| HSL | 308.32º | 1% | 0.73% | - |
| HSV(B) | 308.32º | 0.54% | 1% | - |
| XYZ | 62.86 | 40.27 | 83.82 | - |
| YUV | 172.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 236 | 0 | 0.54 | 0.07 | 0 | 308.32 | 1 | 0.73 |
| Hex | FF | 76 | EC | 0 | 36 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 166 | 354 | 0 | 66 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11101100 | 0 | 110110 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF76EC
Complementary color
Monochromatic Colors of #FF76EC
Black with #FF76EC
Text Example
Text Example
White with #FF76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76EC; }
p { color: rgb(255,118,236); }
H1.HeaderClassName
{
color: #FF76EC;
}
.AnyTagClassName
{
color: #FF76EC;
}
</style>
background-color css
<style>
a { background-color: #FF76EC; }
a { background-color: rgb(255,118,236); }
div.DivClassName
{
background-color: #FF76EC;
}
.BgClassName
{
background-color: #FF76EC;
}
</style>
border-color css
<style>
span { border-color: #FF76EC; }
span { border-color: rgb(255,118,236); }
td.TdClassName
{
border-color: #FF76EC;
}
.TagClassName
{
border-color: #FF76EC;
}
</style>