Shades of Pale Magenta #F66DDD
Tints of Pale Magenta #F66DDD
RGB
CMYK
RGB Variations
Color information
#F66DDD (or 0xF66DDD) is known color: Pale Magenta. HEX triplet: F6, 6D and DD. RGB value is (246,109,221). Sum of RGB (Red+Green+Blue) = 246+109+221=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DDD is #099222. Grayscale: #A2A2A2. Windows color (decimal): -627235 or 14511606. OLE color: 14511606.
HSL color Cylindrical-coordinate representation of color #F66DDD: hue angle of 310.95º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DDD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 221 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 310.95º | 0.88% | 0.7% | - |
| HSV(B) | 310.95º | 0.56% | 0.96% | - |
| XYZ | 56.53 | 35.75 | 72.33 | - |
| YUV | 162.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 221 | 0 | 0.56 | 0.10 | 0.04 | 310.95 | 0.88 | 0.7 |
| Hex | F6 | 6D | DD | 0 | 38 | A | 4 | 137 | 58 | 46 |
| Octal | 366 | 155 | 335 | 0 | 70 | 12 | 4 | 467 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11011101 | 0 | 111000 | 1010 | 100 | 100110111 | 1011000 | 1000110 |
Color Harmonies of #F66DDD
Complementary color
Monochromatic Colors of #F66DDD
Black with #F66DDD
Text Example
Text Example
White with #F66DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DDD; }
p { color: rgb(246,109,221); }
H1.HeaderClassName
{
color: #F66DDD;
}
.AnyTagClassName
{
color: #F66DDD;
}
</style>
background-color css
<style>
a { background-color: #F66DDD; }
a { background-color: rgb(246,109,221); }
div.DivClassName
{
background-color: #F66DDD;
}
.BgClassName
{
background-color: #F66DDD;
}
</style>
border-color css
<style>
span { border-color: #F66DDD; }
span { border-color: rgb(246,109,221); }
td.TdClassName
{
border-color: #F66DDD;
}
.TagClassName
{
border-color: #F66DDD;
}
</style>