Shades of Pale Magenta #F771DC
Tints of Pale Magenta #F771DC
RGB
CMYK
RGB Variations
Color information
#F771DC (or 0xF771DC) is known color: Pale Magenta. HEX triplet: F7, 71 and DC. RGB value is (247,113,220). Sum of RGB (Red+Green+Blue) = 247+113+220=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DC is #088E23. Grayscale: #A4A4A4. Windows color (decimal): -560676 or 14447095. OLE color: 14447095.
HSL color Cylindrical-coordinate representation of color #F771DC: hue angle of 312.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771DC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 220 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.03 |
| HSL | 312.09º | 0.89% | 0.71% | - |
| HSV(B) | 312.09º | 0.54% | 0.97% | - |
| XYZ | 57.18 | 36.75 | 71.79 | - |
| YUV | 165.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 220 | 0 | 0.54 | 0.11 | 0.03 | 312.09 | 0.89 | 0.71 |
| Hex | F7 | 71 | DC | 0 | 36 | B | 3 | 138 | 59 | 47 |
| Octal | 367 | 161 | 334 | 0 | 66 | 13 | 3 | 470 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11011100 | 0 | 110110 | 1011 | 11 | 100111000 | 1011001 | 1000111 |
Color Harmonies of #F771DC
Complementary color
Monochromatic Colors of #F771DC
Black with #F771DC
Text Example
Text Example
White with #F771DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771DC; }
p { color: rgb(247,113,220); }
H1.HeaderClassName
{
color: #F771DC;
}
.AnyTagClassName
{
color: #F771DC;
}
</style>
background-color css
<style>
a { background-color: #F771DC; }
a { background-color: rgb(247,113,220); }
div.DivClassName
{
background-color: #F771DC;
}
.BgClassName
{
background-color: #F771DC;
}
</style>
border-color css
<style>
span { border-color: #F771DC; }
span { border-color: rgb(247,113,220); }
td.TdClassName
{
border-color: #F771DC;
}
.TagClassName
{
border-color: #F771DC;
}
</style>