Shades of Pale Magenta #F76DDF
Tints of Pale Magenta #F76DDF
RGB
CMYK
RGB Variations
Color information
#F76DDF (or 0xF76DDF) is known color: Pale Magenta. HEX triplet: F7, 6D and DF. RGB value is (247,109,223). Sum of RGB (Red+Green+Blue) = 247+109+223=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DDF is #089220. Grayscale: #A2A2A2. Windows color (decimal): -561697 or 14642679. OLE color: 14642679.
HSL color Cylindrical-coordinate representation of color #F76DDF: hue angle of 310.43º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76DDF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 223 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.03 |
| HSL | 310.43º | 0.9% | 0.7% | - |
| HSV(B) | 310.43º | 0.56% | 0.97% | - |
| XYZ | 57.15 | 36.04 | 73.76 | - |
| YUV | 163.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 223 | 0 | 0.56 | 0.10 | 0.03 | 310.43 | 0.9 | 0.7 |
| Hex | F7 | 6D | DF | 0 | 38 | A | 3 | 136 | 5A | 46 |
| Octal | 367 | 155 | 337 | 0 | 70 | 12 | 3 | 466 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11011111 | 0 | 111000 | 1010 | 11 | 100110110 | 1011010 | 1000110 |
Color Harmonies of #F76DDF
Complementary color
Monochromatic Colors of #F76DDF
Black with #F76DDF
Text Example
Text Example
White with #F76DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DDF; }
p { color: rgb(247,109,223); }
H1.HeaderClassName
{
color: #F76DDF;
}
.AnyTagClassName
{
color: #F76DDF;
}
</style>
background-color css
<style>
a { background-color: #F76DDF; }
a { background-color: rgb(247,109,223); }
div.DivClassName
{
background-color: #F76DDF;
}
.BgClassName
{
background-color: #F76DDF;
}
</style>
border-color css
<style>
span { border-color: #F76DDF; }
span { border-color: rgb(247,109,223); }
td.TdClassName
{
border-color: #F76DDF;
}
.TagClassName
{
border-color: #F76DDF;
}
</style>