Shades of Pale Magenta #F77BDD
Tints of Pale Magenta #F77BDD
RGB
CMYK
RGB Variations
Color information
#F77BDD (or 0xF77BDD) is known color: Pale Magenta. HEX triplet: F7, 7B and DD. RGB value is (247,123,221). Sum of RGB (Red+Green+Blue) = 247+123+221=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BDD is #088422. Grayscale: #AAAAAA. Windows color (decimal): -558115 or 14515191. OLE color: 14515191.
HSL color Cylindrical-coordinate representation of color #F77BDD: hue angle of 312.58º 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 #F77BDD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 221 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.03 |
| HSL | 312.58º | 0.89% | 0.73% | - |
| HSV(B) | 312.58º | 0.5% | 0.97% | - |
| XYZ | 58.49 | 39.16 | 72.88 | - |
| YUV | 171.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 221 | 0 | 0.50 | 0.11 | 0.03 | 312.58 | 0.89 | 0.73 |
| Hex | F7 | 7B | DD | 0 | 32 | B | 3 | 139 | 59 | 49 |
| Octal | 367 | 173 | 335 | 0 | 62 | 13 | 3 | 471 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11011101 | 0 | 110010 | 1011 | 11 | 100111001 | 1011001 | 1001001 |
Color Harmonies of #F77BDD
Complementary color
Monochromatic Colors of #F77BDD
Black with #F77BDD
Text Example
Text Example
White with #F77BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BDD; }
p { color: rgb(247,123,221); }
H1.HeaderClassName
{
color: #F77BDD;
}
.AnyTagClassName
{
color: #F77BDD;
}
</style>
background-color css
<style>
a { background-color: #F77BDD; }
a { background-color: rgb(247,123,221); }
div.DivClassName
{
background-color: #F77BDD;
}
.BgClassName
{
background-color: #F77BDD;
}
</style>
border-color css
<style>
span { border-color: #F77BDD; }
span { border-color: rgb(247,123,221); }
td.TdClassName
{
border-color: #F77BDD;
}
.TagClassName
{
border-color: #F77BDD;
}
</style>