Shades of Pale Magenta #F77BDF
Tints of Pale Magenta #F77BDF
RGB
CMYK
RGB Variations
Color information
#F77BDF (or 0xF77BDF) is known color: Pale Magenta. HEX triplet: F7, 7B and DF. RGB value is (247,123,223). Sum of RGB (Red+Green+Blue) = 247+123+223=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BDF is #088420. Grayscale: #ABABAB. Windows color (decimal): -558113 or 14646263. OLE color: 14646263.
HSL color Cylindrical-coordinate representation of color #F77BDF: hue angle of 311.61º 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 #F77BDF is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 223 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.03 |
| HSL | 311.61º | 0.89% | 0.73% | - |
| HSV(B) | 311.61º | 0.5% | 0.97% | - |
| XYZ | 58.76 | 39.27 | 74.29 | - |
| YUV | 171.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 223 | 0 | 0.50 | 0.10 | 0.03 | 311.61 | 0.89 | 0.73 |
| Hex | F7 | 7B | DF | 0 | 32 | A | 3 | 138 | 59 | 49 |
| Octal | 367 | 173 | 337 | 0 | 62 | 12 | 3 | 470 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11011111 | 0 | 110010 | 1010 | 11 | 100111000 | 1011001 | 1001001 |
Color Harmonies of #F77BDF
Complementary color
Monochromatic Colors of #F77BDF
Black with #F77BDF
Text Example
Text Example
White with #F77BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BDF; }
p { color: rgb(247,123,223); }
H1.HeaderClassName
{
color: #F77BDF;
}
.AnyTagClassName
{
color: #F77BDF;
}
</style>
background-color css
<style>
a { background-color: #F77BDF; }
a { background-color: rgb(247,123,223); }
div.DivClassName
{
background-color: #F77BDF;
}
.BgClassName
{
background-color: #F77BDF;
}
</style>
border-color css
<style>
span { border-color: #F77BDF; }
span { border-color: rgb(247,123,223); }
td.TdClassName
{
border-color: #F77BDF;
}
.TagClassName
{
border-color: #F77BDF;
}
</style>