Shades of Pale Magenta #FF76E4
Tints of Pale Magenta #FF76E4
RGB
CMYK
RGB Variations
Color information
#FF76E4 (or 0xFF76E4) is known color: Pale Magenta. HEX triplet: FF, 76 and E4. RGB value is (255,118,228). Sum of RGB (Red+Green+Blue) = 255+118+228=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 118 (46.48% from 255 or 19.63% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76E4 is #00891B. Grayscale: #ABABAB. Windows color (decimal): -35100 or 14972671. OLE color: 14972671.
HSL color Cylindrical-coordinate representation of color #FF76E4: hue angle of 311.82º 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 #FF76E4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 228 | - |
| CMYK | 0 | 0.54 | 0.11 | 0 |
| HSL | 311.82º | 1% | 0.73% | - |
| HSV(B) | 311.82º | 0.54% | 1% | - |
| XYZ | 61.72 | 39.82 | 77.83 | - |
| YUV | 171.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 228 | 0 | 0.54 | 0.11 | 0 | 311.82 | 1 | 0.73 |
| Hex | FF | 76 | E4 | 0 | 36 | B | 0 | 138 | 64 | 49 |
| Octal | 377 | 166 | 344 | 0 | 66 | 13 | 0 | 470 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11100100 | 0 | 110110 | 1011 | 0 | 100111000 | 1100100 | 1001001 |
Color Harmonies of #FF76E4
Complementary color
Monochromatic Colors of #FF76E4
Black with #FF76E4
Text Example
Text Example
White with #FF76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76E4; }
p { color: rgb(255,118,228); }
H1.HeaderClassName
{
color: #FF76E4;
}
.AnyTagClassName
{
color: #FF76E4;
}
</style>
background-color css
<style>
a { background-color: #FF76E4; }
a { background-color: rgb(255,118,228); }
div.DivClassName
{
background-color: #FF76E4;
}
.BgClassName
{
background-color: #FF76E4;
}
</style>
border-color css
<style>
span { border-color: #FF76E4; }
span { border-color: rgb(255,118,228); }
td.TdClassName
{
border-color: #FF76E4;
}
.TagClassName
{
border-color: #FF76E4;
}
</style>