Shades of Pale Magenta #F77ADE
Tints of Pale Magenta #F77ADE
RGB
CMYK
RGB Variations
Color information
#F77ADE (or 0xF77ADE) is known color: Pale Magenta. HEX triplet: F7, 7A and DE. RGB value is (247,122,222). Sum of RGB (Red+Green+Blue) = 247+122+222=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ADE is #088521. Grayscale: #AAAAAA. Windows color (decimal): -558370 or 14580471. OLE color: 14580471.
HSL color Cylindrical-coordinate representation of color #F77ADE: hue angle of 312º 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 #F77ADE is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 222 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.03 |
| HSL | 312º | 0.89% | 0.72% | - |
| HSV(B) | 312º | 0.51% | 0.97% | - |
| XYZ | 58.5 | 38.97 | 73.55 | - |
| YUV | 170.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 222 | 0 | 0.51 | 0.10 | 0.03 | 312 | 0.89 | 0.72 |
| Hex | F7 | 7A | DE | 0 | 33 | A | 3 | 138 | 59 | 48 |
| Octal | 367 | 172 | 336 | 0 | 63 | 12 | 3 | 470 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11011110 | 0 | 110011 | 1010 | 11 | 100111000 | 1011001 | 1001000 |
Color Harmonies of #F77ADE
Complementary color
Monochromatic Colors of #F77ADE
Black with #F77ADE
Text Example
Text Example
White with #F77ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ADE; }
p { color: rgb(247,122,222); }
H1.HeaderClassName
{
color: #F77ADE;
}
.AnyTagClassName
{
color: #F77ADE;
}
</style>
background-color css
<style>
a { background-color: #F77ADE; }
a { background-color: rgb(247,122,222); }
div.DivClassName
{
background-color: #F77ADE;
}
.BgClassName
{
background-color: #F77ADE;
}
</style>
border-color css
<style>
span { border-color: #F77ADE; }
span { border-color: rgb(247,122,222); }
td.TdClassName
{
border-color: #F77ADE;
}
.TagClassName
{
border-color: #F77ADE;
}
</style>