Shades of Pale Magenta #FF76ED
Tints of Pale Magenta #FF76ED
RGB
CMYK
RGB Variations
Color information
#FF76ED (or 0xFF76ED) is known color: Pale Magenta. HEX triplet: FF, 76 and ED. RGB value is (255,118,237). Sum of RGB (Red+Green+Blue) = 255+118+237=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76ED is #008912. Grayscale: #ACACAC. Windows color (decimal): -35091 or 15562495. OLE color: 15562495.
HSL color Cylindrical-coordinate representation of color #FF76ED: hue angle of 307.88º 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 #FF76ED is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 237 | - |
| CMYK | 0 | 0.54 | 0.07 | 0 |
| HSL | 307.88º | 1% | 0.73% | - |
| HSV(B) | 307.88º | 0.54% | 1% | - |
| XYZ | 63 | 40.33 | 84.58 | - |
| YUV | 172.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 237 | 0 | 0.54 | 0.07 | 0 | 307.88 | 1 | 0.73 |
| Hex | FF | 76 | ED | 0 | 36 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 166 | 355 | 0 | 66 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11101101 | 0 | 110110 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF76ED
Complementary color
Monochromatic Colors of #FF76ED
Black with #FF76ED
Text Example
Text Example
White with #FF76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76ED; }
p { color: rgb(255,118,237); }
H1.HeaderClassName
{
color: #FF76ED;
}
.AnyTagClassName
{
color: #FF76ED;
}
</style>
background-color css
<style>
a { background-color: #FF76ED; }
a { background-color: rgb(255,118,237); }
div.DivClassName
{
background-color: #FF76ED;
}
.BgClassName
{
background-color: #FF76ED;
}
</style>
border-color css
<style>
span { border-color: #FF76ED; }
span { border-color: rgb(255,118,237); }
td.TdClassName
{
border-color: #FF76ED;
}
.TagClassName
{
border-color: #FF76ED;
}
</style>