Shades of Pale Magenta #F76DDD
Tints of Pale Magenta #F76DDD
RGB
CMYK
RGB Variations
Color information
#F76DDD (or 0xF76DDD) is known color: Pale Magenta. HEX triplet: F7, 6D and DD. RGB value is (247,109,221). Sum of RGB (Red+Green+Blue) = 247+109+221=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DDD is #089222. Grayscale: #A2A2A2. Windows color (decimal): -561699 or 14511607. OLE color: 14511607.
HSL color Cylindrical-coordinate representation of color #F76DDD: hue angle of 311.3º 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 #F76DDD is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 221 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.03 |
| HSL | 311.3º | 0.9% | 0.7% | - |
| HSV(B) | 311.3º | 0.56% | 0.97% | - |
| XYZ | 56.88 | 35.93 | 72.34 | - |
| YUV | 163.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 221 | 0 | 0.56 | 0.11 | 0.03 | 311.3 | 0.9 | 0.7 |
| Hex | F7 | 6D | DD | 0 | 38 | B | 3 | 137 | 5A | 46 |
| Octal | 367 | 155 | 335 | 0 | 70 | 13 | 3 | 467 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11011101 | 0 | 111000 | 1011 | 11 | 100110111 | 1011010 | 1000110 |
Color Harmonies of #F76DDD
Complementary color
Monochromatic Colors of #F76DDD
Black with #F76DDD
Text Example
Text Example
White with #F76DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DDD; }
p { color: rgb(247,109,221); }
H1.HeaderClassName
{
color: #F76DDD;
}
.AnyTagClassName
{
color: #F76DDD;
}
</style>
background-color css
<style>
a { background-color: #F76DDD; }
a { background-color: rgb(247,109,221); }
div.DivClassName
{
background-color: #F76DDD;
}
.BgClassName
{
background-color: #F76DDD;
}
</style>
border-color css
<style>
span { border-color: #F76DDD; }
span { border-color: rgb(247,109,221); }
td.TdClassName
{
border-color: #F76DDD;
}
.TagClassName
{
border-color: #F76DDD;
}
</style>