Shades of Pale Magenta #F76BDF
Tints of Pale Magenta #F76BDF
RGB
CMYK
RGB Variations
Color information
#F76BDF (or 0xF76BDF) is known color: Pale Magenta. HEX triplet: F7, 6B and DF. RGB value is (247,107,223). Sum of RGB (Red+Green+Blue) = 247+107+223=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BDF is #089420. Grayscale: #A1A1A1. Windows color (decimal): -562209 or 14642167. OLE color: 14642167.
HSL color Cylindrical-coordinate representation of color #F76BDF: hue angle of 310.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BDF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.03 |
| HSL | 310.29º | 0.9% | 0.69% | - |
| HSV(B) | 310.29º | 0.57% | 0.97% | - |
| XYZ | 56.93 | 35.62 | 73.69 | - |
| YUV | 162.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 223 | 0 | 0.57 | 0.10 | 0.03 | 310.29 | 0.9 | 0.69 |
| Hex | F7 | 6B | DF | 0 | 39 | A | 3 | 136 | 5A | 45 |
| Octal | 367 | 153 | 337 | 0 | 71 | 12 | 3 | 466 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11011111 | 0 | 111001 | 1010 | 11 | 100110110 | 1011010 | 1000101 |
Color Harmonies of #F76BDF
Complementary color
Monochromatic Colors of #F76BDF
Black with #F76BDF
Text Example
Text Example
White with #F76BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BDF; }
p { color: rgb(247,107,223); }
H1.HeaderClassName
{
color: #F76BDF;
}
.AnyTagClassName
{
color: #F76BDF;
}
</style>
background-color css
<style>
a { background-color: #F76BDF; }
a { background-color: rgb(247,107,223); }
div.DivClassName
{
background-color: #F76BDF;
}
.BgClassName
{
background-color: #F76BDF;
}
</style>
border-color css
<style>
span { border-color: #F76BDF; }
span { border-color: rgb(247,107,223); }
td.TdClassName
{
border-color: #F76BDF;
}
.TagClassName
{
border-color: #F76BDF;
}
</style>