Shades of Pale Magenta #F77ADC
Tints of Pale Magenta #F77ADC
RGB
CMYK
RGB Variations
Color information
#F77ADC (or 0xF77ADC) is known color: Pale Magenta. HEX triplet: F7, 7A and DC. RGB value is (247,122,220). Sum of RGB (Red+Green+Blue) = 247+122+220=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ADC is #088523. Grayscale: #AAAAAA. Windows color (decimal): -558372 or 14449399. OLE color: 14449399.
HSL color Cylindrical-coordinate representation of color #F77ADC: hue angle of 312.96º 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 #F77ADC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 220 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 312.96º | 0.89% | 0.72% | - |
| HSV(B) | 312.96º | 0.51% | 0.97% | - |
| XYZ | 58.24 | 38.86 | 72.14 | - |
| YUV | 170.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 220 | 0 | 0.51 | 0.11 | 0.03 | 312.96 | 0.89 | 0.72 |
| Hex | F7 | 7A | DC | 0 | 33 | B | 3 | 139 | 59 | 48 |
| Octal | 367 | 172 | 334 | 0 | 63 | 13 | 3 | 471 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11011100 | 0 | 110011 | 1011 | 11 | 100111001 | 1011001 | 1001000 |
Color Harmonies of #F77ADC
Complementary color
Monochromatic Colors of #F77ADC
Black with #F77ADC
Text Example
Text Example
White with #F77ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ADC; }
p { color: rgb(247,122,220); }
H1.HeaderClassName
{
color: #F77ADC;
}
.AnyTagClassName
{
color: #F77ADC;
}
</style>
background-color css
<style>
a { background-color: #F77ADC; }
a { background-color: rgb(247,122,220); }
div.DivClassName
{
background-color: #F77ADC;
}
.BgClassName
{
background-color: #F77ADC;
}
</style>
border-color css
<style>
span { border-color: #F77ADC; }
span { border-color: rgb(247,122,220); }
td.TdClassName
{
border-color: #F77ADC;
}
.TagClassName
{
border-color: #F77ADC;
}
</style>