Shades of Pale Magenta #F77ADB
Tints of Pale Magenta #F77ADB
RGB
CMYK
RGB Variations
Color information
#F77ADB (or 0xF77ADB) is known color: Pale Magenta. HEX triplet: F7, 7A and DB. RGB value is (247,122,219). Sum of RGB (Red+Green+Blue) = 247+122+219=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ADB is #088524. Grayscale: #AAAAAA. Windows color (decimal): -558373 or 14383863. OLE color: 14383863.
HSL color Cylindrical-coordinate representation of color #F77ADB: hue angle of 313.44º 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 #F77ADB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 219 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 313.44º | 0.89% | 0.72% | - |
| HSV(B) | 313.44º | 0.51% | 0.97% | - |
| XYZ | 58.1 | 38.81 | 71.45 | - |
| YUV | 170.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 219 | 0 | 0.51 | 0.11 | 0.03 | 313.44 | 0.89 | 0.72 |
| Hex | F7 | 7A | DB | 0 | 33 | B | 3 | 139 | 59 | 48 |
| Octal | 367 | 172 | 333 | 0 | 63 | 13 | 3 | 471 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11011011 | 0 | 110011 | 1011 | 11 | 100111001 | 1011001 | 1001000 |
Color Harmonies of #F77ADB
Complementary color
Monochromatic Colors of #F77ADB
Black with #F77ADB
Text Example
Text Example
White with #F77ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ADB; }
p { color: rgb(247,122,219); }
H1.HeaderClassName
{
color: #F77ADB;
}
.AnyTagClassName
{
color: #F77ADB;
}
</style>
background-color css
<style>
a { background-color: #F77ADB; }
a { background-color: rgb(247,122,219); }
div.DivClassName
{
background-color: #F77ADB;
}
.BgClassName
{
background-color: #F77ADB;
}
</style>
border-color css
<style>
span { border-color: #F77ADB; }
span { border-color: rgb(247,122,219); }
td.TdClassName
{
border-color: #F77ADB;
}
.TagClassName
{
border-color: #F77ADB;
}
</style>