Shades of Pale Magenta #FF76DC
Tints of Pale Magenta #FF76DC
RGB
CMYK
RGB Variations
Color information
#FF76DC (or 0xFF76DC) is known color: Pale Magenta. HEX triplet: FF, 76 and DC. RGB value is (255,118,220). Sum of RGB (Red+Green+Blue) = 255+118+220=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76DC is #008923. Grayscale: #AAAAAA. Windows color (decimal): -35108 or 14448383. OLE color: 14448383.
HSL color Cylindrical-coordinate representation of color #FF76DC: hue angle of 315.33º 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 #FF76DC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 220 | - |
| CMYK | 0 | 0.54 | 0.14 | 0 |
| HSL | 315.33º | 1% | 0.73% | - |
| HSV(B) | 315.33º | 0.54% | 1% | - |
| XYZ | 60.64 | 39.38 | 72.12 | - |
| YUV | 170.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 220 | 0 | 0.54 | 0.14 | 0 | 315.33 | 1 | 0.73 |
| Hex | FF | 76 | DC | 0 | 36 | E | 0 | 13B | 64 | 49 |
| Octal | 377 | 166 | 334 | 0 | 66 | 16 | 0 | 473 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11011100 | 0 | 110110 | 1110 | 0 | 100111011 | 1100100 | 1001001 |
Color Harmonies of #FF76DC
Complementary color
Monochromatic Colors of #FF76DC
Black with #FF76DC
Text Example
Text Example
White with #FF76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76DC; }
p { color: rgb(255,118,220); }
H1.HeaderClassName
{
color: #FF76DC;
}
.AnyTagClassName
{
color: #FF76DC;
}
</style>
background-color css
<style>
a { background-color: #FF76DC; }
a { background-color: rgb(255,118,220); }
div.DivClassName
{
background-color: #FF76DC;
}
.BgClassName
{
background-color: #FF76DC;
}
</style>
border-color css
<style>
span { border-color: #FF76DC; }
span { border-color: rgb(255,118,220); }
td.TdClassName
{
border-color: #FF76DC;
}
.TagClassName
{
border-color: #FF76DC;
}
</style>