Shades of Pale Magenta #FF76E6
Tints of Pale Magenta #FF76E6
RGB
CMYK
RGB Variations
Color information
#FF76E6 (or 0xFF76E6) is known color: Pale Magenta. HEX triplet: FF, 76 and E6. RGB value is (255,118,230). Sum of RGB (Red+Green+Blue) = 255+118+230=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76E6 is #008919. Grayscale: #ABABAB. Windows color (decimal): -35098 or 15103743. OLE color: 15103743.
HSL color Cylindrical-coordinate representation of color #FF76E6: hue angle of 310.95º 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 #FF76E6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 230 | - |
| CMYK | 0 | 0.54 | 0.10 | 0 |
| HSL | 310.95º | 1% | 0.73% | - |
| HSV(B) | 310.95º | 0.54% | 1% | - |
| XYZ | 62 | 39.93 | 79.3 | - |
| YUV | 171.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 230 | 0 | 0.54 | 0.10 | 0 | 310.95 | 1 | 0.73 |
| Hex | FF | 76 | E6 | 0 | 36 | A | 0 | 137 | 64 | 49 |
| Octal | 377 | 166 | 346 | 0 | 66 | 12 | 0 | 467 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11100110 | 0 | 110110 | 1010 | 0 | 100110111 | 1100100 | 1001001 |
Color Harmonies of #FF76E6
Complementary color
Monochromatic Colors of #FF76E6
Black with #FF76E6
Text Example
Text Example
White with #FF76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76E6; }
p { color: rgb(255,118,230); }
H1.HeaderClassName
{
color: #FF76E6;
}
.AnyTagClassName
{
color: #FF76E6;
}
</style>
background-color css
<style>
a { background-color: #FF76E6; }
a { background-color: rgb(255,118,230); }
div.DivClassName
{
background-color: #FF76E6;
}
.BgClassName
{
background-color: #FF76E6;
}
</style>
border-color css
<style>
span { border-color: #FF76E6; }
span { border-color: rgb(255,118,230); }
td.TdClassName
{
border-color: #FF76E6;
}
.TagClassName
{
border-color: #FF76E6;
}
</style>