Shades of Pale Magenta #F77BDB
Tints of Pale Magenta #F77BDB
RGB
CMYK
RGB Variations
Color information
#F77BDB (or 0xF77BDB) is known color: Pale Magenta. HEX triplet: F7, 7B and DB. RGB value is (247,123,219). Sum of RGB (Red+Green+Blue) = 247+123+219=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BDB is #088424. Grayscale: #AAAAAA. Windows color (decimal): -558117 or 14384119. OLE color: 14384119.
HSL color Cylindrical-coordinate representation of color #F77BDB: hue angle of 313.55º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BDB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 219 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.03 |
| HSL | 313.55º | 0.89% | 0.73% | - |
| HSV(B) | 313.55º | 0.5% | 0.97% | - |
| XYZ | 58.23 | 39.05 | 71.49 | - |
| YUV | 171.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 219 | 0 | 0.50 | 0.11 | 0.03 | 313.55 | 0.89 | 0.73 |
| Hex | F7 | 7B | DB | 0 | 32 | B | 3 | 13A | 59 | 49 |
| Octal | 367 | 173 | 333 | 0 | 62 | 13 | 3 | 472 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11011011 | 0 | 110010 | 1011 | 11 | 100111010 | 1011001 | 1001001 |
Color Harmonies of #F77BDB
Complementary color
Monochromatic Colors of #F77BDB
Black with #F77BDB
Text Example
Text Example
White with #F77BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BDB; }
p { color: rgb(247,123,219); }
H1.HeaderClassName
{
color: #F77BDB;
}
.AnyTagClassName
{
color: #F77BDB;
}
</style>
background-color css
<style>
a { background-color: #F77BDB; }
a { background-color: rgb(247,123,219); }
div.DivClassName
{
background-color: #F77BDB;
}
.BgClassName
{
background-color: #F77BDB;
}
</style>
border-color css
<style>
span { border-color: #F77BDB; }
span { border-color: rgb(247,123,219); }
td.TdClassName
{
border-color: #F77BDB;
}
.TagClassName
{
border-color: #F77BDB;
}
</style>