Shades of Pale Magenta #F771DA
Tints of Pale Magenta #F771DA
RGB
CMYK
RGB Variations
Color information
#F771DA (or 0xF771DA) is known color: Pale Magenta. HEX triplet: F7, 71 and DA. RGB value is (247,113,218). Sum of RGB (Red+Green+Blue) = 247+113+218=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DA is #088E25. Grayscale: #A4A4A4. Windows color (decimal): -560678 or 14316023. OLE color: 14316023.
HSL color Cylindrical-coordinate representation of color #F771DA: hue angle of 312.99º 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 #F771DA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 218 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 312.99º | 0.89% | 0.71% | - |
| HSV(B) | 312.99º | 0.54% | 0.97% | - |
| XYZ | 56.92 | 36.65 | 70.4 | - |
| YUV | 165.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 218 | 0 | 0.54 | 0.12 | 0.03 | 312.99 | 0.89 | 0.71 |
| Hex | F7 | 71 | DA | 0 | 36 | C | 3 | 139 | 59 | 47 |
| Octal | 367 | 161 | 332 | 0 | 66 | 14 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11011010 | 0 | 110110 | 1100 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F771DA
Complementary color
Monochromatic Colors of #F771DA
Black with #F771DA
Text Example
Text Example
White with #F771DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771DA; }
p { color: rgb(247,113,218); }
H1.HeaderClassName
{
color: #F771DA;
}
.AnyTagClassName
{
color: #F771DA;
}
</style>
background-color css
<style>
a { background-color: #F771DA; }
a { background-color: rgb(247,113,218); }
div.DivClassName
{
background-color: #F771DA;
}
.BgClassName
{
background-color: #F771DA;
}
</style>
border-color css
<style>
span { border-color: #F771DA; }
span { border-color: rgb(247,113,218); }
td.TdClassName
{
border-color: #F771DA;
}
.TagClassName
{
border-color: #F771DA;
}
</style>