Shades of Pale Magenta #F771DB
Tints of Pale Magenta #F771DB
RGB
CMYK
RGB Variations
Color information
#F771DB (or 0xF771DB) is known color: Pale Magenta. HEX triplet: F7, 71 and DB. RGB value is (247,113,219). Sum of RGB (Red+Green+Blue) = 247+113+219=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DB is #088E24. Grayscale: #A4A4A4. Windows color (decimal): -560677 or 14381559. OLE color: 14381559.
HSL color Cylindrical-coordinate representation of color #F771DB: hue angle of 312.54º 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 #F771DB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 219 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.03 |
| HSL | 312.54º | 0.89% | 0.71% | - |
| HSV(B) | 312.54º | 0.54% | 0.97% | - |
| XYZ | 57.05 | 36.7 | 71.09 | - |
| YUV | 165.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 219 | 0 | 0.54 | 0.11 | 0.03 | 312.54 | 0.89 | 0.71 |
| Hex | F7 | 71 | DB | 0 | 36 | B | 3 | 139 | 59 | 47 |
| Octal | 367 | 161 | 333 | 0 | 66 | 13 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11011011 | 0 | 110110 | 1011 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F771DB
Complementary color
Monochromatic Colors of #F771DB
Black with #F771DB
Text Example
Text Example
White with #F771DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771DB; }
p { color: rgb(247,113,219); }
H1.HeaderClassName
{
color: #F771DB;
}
.AnyTagClassName
{
color: #F771DB;
}
</style>
background-color css
<style>
a { background-color: #F771DB; }
a { background-color: rgb(247,113,219); }
div.DivClassName
{
background-color: #F771DB;
}
.BgClassName
{
background-color: #F771DB;
}
</style>
border-color css
<style>
span { border-color: #F771DB; }
span { border-color: rgb(247,113,219); }
td.TdClassName
{
border-color: #F771DB;
}
.TagClassName
{
border-color: #F771DB;
}
</style>