Shades of Pale Magenta #F76DDC
Tints of Pale Magenta #F76DDC
RGB
CMYK
RGB Variations
Color information
#F76DDC (or 0xF76DDC) is known color: Pale Magenta. HEX triplet: F7, 6D and DC. RGB value is (247,109,220). Sum of RGB (Red+Green+Blue) = 247+109+220=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DDC is #089223. Grayscale: #A2A2A2. Windows color (decimal): -561700 or 14446071. OLE color: 14446071.
HSL color Cylindrical-coordinate representation of color #F76DDC: hue angle of 311.74º 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 #F76DDC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 220 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.03 |
| HSL | 311.74º | 0.9% | 0.7% | - |
| HSV(B) | 311.74º | 0.56% | 0.97% | - |
| XYZ | 56.74 | 35.88 | 71.64 | - |
| YUV | 162.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 220 | 0 | 0.56 | 0.11 | 0.03 | 311.74 | 0.9 | 0.7 |
| Hex | F7 | 6D | DC | 0 | 38 | B | 3 | 138 | 5A | 46 |
| Octal | 367 | 155 | 334 | 0 | 70 | 13 | 3 | 470 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11011100 | 0 | 111000 | 1011 | 11 | 100111000 | 1011010 | 1000110 |
Color Harmonies of #F76DDC
Complementary color
Monochromatic Colors of #F76DDC
Black with #F76DDC
Text Example
Text Example
White with #F76DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DDC; }
p { color: rgb(247,109,220); }
H1.HeaderClassName
{
color: #F76DDC;
}
.AnyTagClassName
{
color: #F76DDC;
}
</style>
background-color css
<style>
a { background-color: #F76DDC; }
a { background-color: rgb(247,109,220); }
div.DivClassName
{
background-color: #F76DDC;
}
.BgClassName
{
background-color: #F76DDC;
}
</style>
border-color css
<style>
span { border-color: #F76DDC; }
span { border-color: rgb(247,109,220); }
td.TdClassName
{
border-color: #F76DDC;
}
.TagClassName
{
border-color: #F76DDC;
}
</style>