Shades of Pale Magenta #FF76DF
Tints of Pale Magenta #FF76DF
RGB
CMYK
RGB Variations
Color information
#FF76DF (or 0xFF76DF) is known color: Pale Magenta. HEX triplet: FF, 76 and DF. RGB value is (255,118,223). Sum of RGB (Red+Green+Blue) = 255+118+223=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76DF is #008920. Grayscale: #AAAAAA. Windows color (decimal): -35105 or 14644991. OLE color: 14644991.
HSL color Cylindrical-coordinate representation of color #FF76DF: hue angle of 314.01º 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 #FF76DF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 223 | - |
| CMYK | 0 | 0.54 | 0.13 | 0 |
| HSL | 314.01º | 1% | 0.73% | - |
| HSV(B) | 314.01º | 0.54% | 1% | - |
| XYZ | 61.04 | 39.54 | 74.23 | - |
| YUV | 170.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 223 | 0 | 0.54 | 0.13 | 0 | 314.01 | 1 | 0.73 |
| Hex | FF | 76 | DF | 0 | 36 | D | 0 | 13A | 64 | 49 |
| Octal | 377 | 166 | 337 | 0 | 66 | 15 | 0 | 472 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11011111 | 0 | 110110 | 1101 | 0 | 100111010 | 1100100 | 1001001 |
Color Harmonies of #FF76DF
Complementary color
Monochromatic Colors of #FF76DF
Black with #FF76DF
Text Example
Text Example
White with #FF76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76DF; }
p { color: rgb(255,118,223); }
H1.HeaderClassName
{
color: #FF76DF;
}
.AnyTagClassName
{
color: #FF76DF;
}
</style>
background-color css
<style>
a { background-color: #FF76DF; }
a { background-color: rgb(255,118,223); }
div.DivClassName
{
background-color: #FF76DF;
}
.BgClassName
{
background-color: #FF76DF;
}
</style>
border-color css
<style>
span { border-color: #FF76DF; }
span { border-color: rgb(255,118,223); }
td.TdClassName
{
border-color: #FF76DF;
}
.TagClassName
{
border-color: #FF76DF;
}
</style>