Shades of Pale Magenta #F77FDB
Tints of Pale Magenta #F77FDB
RGB
CMYK
RGB Variations
Color information
#F77FDB (or 0xF77FDB) is known color: Pale Magenta. HEX triplet: F7, 7F and DB. RGB value is (247,127,219). Sum of RGB (Red+Green+Blue) = 247+127+219=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FDB is #088024. Grayscale: #ADADAD. Windows color (decimal): -557093 or 14385143. OLE color: 14385143.
HSL color Cylindrical-coordinate representation of color #F77FDB: hue angle of 314º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77FDB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 219 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.03 |
| HSL | 314º | 0.88% | 0.73% | - |
| HSV(B) | 314º | 0.49% | 0.97% | - |
| XYZ | 58.73 | 40.07 | 71.66 | - |
| YUV | 173.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 219 | 0 | 0.49 | 0.11 | 0.03 | 314 | 0.88 | 0.73 |
| Hex | F7 | 7F | DB | 0 | 31 | B | 3 | 13A | 58 | 49 |
| Octal | 367 | 177 | 333 | 0 | 61 | 13 | 3 | 472 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11011011 | 0 | 110001 | 1011 | 11 | 100111010 | 1011000 | 1001001 |
Color Harmonies of #F77FDB
Complementary color
Monochromatic Colors of #F77FDB
Black with #F77FDB
Text Example
Text Example
White with #F77FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FDB; }
p { color: rgb(247,127,219); }
H1.HeaderClassName
{
color: #F77FDB;
}
.AnyTagClassName
{
color: #F77FDB;
}
</style>
background-color css
<style>
a { background-color: #F77FDB; }
a { background-color: rgb(247,127,219); }
div.DivClassName
{
background-color: #F77FDB;
}
.BgClassName
{
background-color: #F77FDB;
}
</style>
border-color css
<style>
span { border-color: #F77FDB; }
span { border-color: rgb(247,127,219); }
td.TdClassName
{
border-color: #F77FDB;
}
.TagClassName
{
border-color: #F77FDB;
}
</style>