Shades of Pale Magenta #F77AD5
Tints of Pale Magenta #F77AD5
RGB
CMYK
RGB Variations
Color information
#F77AD5 (or 0xF77AD5) is known color: Pale Magenta. HEX triplet: F7, 7A and D5. RGB value is (247,122,213). Sum of RGB (Red+Green+Blue) = 247+122+213=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AD5 is #08852A. Grayscale: #A9A9A9. Windows color (decimal): -558379 or 13990647. OLE color: 13990647.
HSL color Cylindrical-coordinate representation of color #F77AD5: hue angle of 316.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AD5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 213 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.03 |
| HSL | 316.32º | 0.89% | 0.72% | - |
| HSV(B) | 316.32º | 0.51% | 0.97% | - |
| XYZ | 57.33 | 38.5 | 67.36 | - |
| YUV | 169.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 213 | 0 | 0.51 | 0.14 | 0.03 | 316.32 | 0.89 | 0.72 |
| Hex | F7 | 7A | D5 | 0 | 33 | E | 3 | 13C | 59 | 48 |
| Octal | 367 | 172 | 325 | 0 | 63 | 16 | 3 | 474 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11010101 | 0 | 110011 | 1110 | 11 | 100111100 | 1011001 | 1001000 |
Color Harmonies of #F77AD5
Complementary color
Monochromatic Colors of #F77AD5
Black with #F77AD5
Text Example
Text Example
White with #F77AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AD5; }
p { color: rgb(247,122,213); }
H1.HeaderClassName
{
color: #F77AD5;
}
.AnyTagClassName
{
color: #F77AD5;
}
</style>
background-color css
<style>
a { background-color: #F77AD5; }
a { background-color: rgb(247,122,213); }
div.DivClassName
{
background-color: #F77AD5;
}
.BgClassName
{
background-color: #F77AD5;
}
</style>
border-color css
<style>
span { border-color: #F77AD5; }
span { border-color: rgb(247,122,213); }
td.TdClassName
{
border-color: #F77AD5;
}
.TagClassName
{
border-color: #F77AD5;
}
</style>