Shades of Pale Magenta #F77BDE
Tints of Pale Magenta #F77BDE
RGB
CMYK
RGB Variations
Color information
#F77BDE (or 0xF77BDE) is known color: Pale Magenta. HEX triplet: F7, 7B and DE. RGB value is (247,123,222). Sum of RGB (Red+Green+Blue) = 247+123+222=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BDE is #088421. Grayscale: #ABABAB. Windows color (decimal): -558114 or 14580727. OLE color: 14580727.
HSL color Cylindrical-coordinate representation of color #F77BDE: hue angle of 312.1º 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 #F77BDE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 222 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.03 |
| HSL | 312.1º | 0.89% | 0.73% | - |
| HSV(B) | 312.1º | 0.5% | 0.97% | - |
| XYZ | 58.63 | 39.21 | 73.59 | - |
| YUV | 171.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 222 | 0 | 0.50 | 0.10 | 0.03 | 312.1 | 0.89 | 0.73 |
| Hex | F7 | 7B | DE | 0 | 32 | A | 3 | 138 | 59 | 49 |
| Octal | 367 | 173 | 336 | 0 | 62 | 12 | 3 | 470 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11011110 | 0 | 110010 | 1010 | 11 | 100111000 | 1011001 | 1001001 |
Color Harmonies of #F77BDE
Complementary color
Monochromatic Colors of #F77BDE
Black with #F77BDE
Text Example
Text Example
White with #F77BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BDE; }
p { color: rgb(247,123,222); }
H1.HeaderClassName
{
color: #F77BDE;
}
.AnyTagClassName
{
color: #F77BDE;
}
</style>
background-color css
<style>
a { background-color: #F77BDE; }
a { background-color: rgb(247,123,222); }
div.DivClassName
{
background-color: #F77BDE;
}
.BgClassName
{
background-color: #F77BDE;
}
</style>
border-color css
<style>
span { border-color: #F77BDE; }
span { border-color: rgb(247,123,222); }
td.TdClassName
{
border-color: #F77BDE;
}
.TagClassName
{
border-color: #F77BDE;
}
</style>