Shades of Pale Magenta #F66DDB
Tints of Pale Magenta #F66DDB
RGB
CMYK
RGB Variations
Color information
#F66DDB (or 0xF66DDB) is known color: Pale Magenta. HEX triplet: F6, 6D and DB. RGB value is (246,109,219). Sum of RGB (Red+Green+Blue) = 246+109+219=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DDB is #099224. Grayscale: #A2A2A2. Windows color (decimal): -627237 or 14380534. OLE color: 14380534.
HSL color Cylindrical-coordinate representation of color #F66DDB: hue angle of 311.82º 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 #F66DDB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 219 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.04 |
| HSL | 311.82º | 0.88% | 0.7% | - |
| HSV(B) | 311.82º | 0.56% | 0.96% | - |
| XYZ | 56.26 | 35.64 | 70.93 | - |
| YUV | 162.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 219 | 0 | 0.56 | 0.11 | 0.04 | 311.82 | 0.88 | 0.7 |
| Hex | F6 | 6D | DB | 0 | 38 | B | 4 | 138 | 58 | 46 |
| Octal | 366 | 155 | 333 | 0 | 70 | 13 | 4 | 470 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11011011 | 0 | 111000 | 1011 | 100 | 100111000 | 1011000 | 1000110 |
Color Harmonies of #F66DDB
Complementary color
Monochromatic Colors of #F66DDB
Black with #F66DDB
Text Example
Text Example
White with #F66DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DDB; }
p { color: rgb(246,109,219); }
H1.HeaderClassName
{
color: #F66DDB;
}
.AnyTagClassName
{
color: #F66DDB;
}
</style>
background-color css
<style>
a { background-color: #F66DDB; }
a { background-color: rgb(246,109,219); }
div.DivClassName
{
background-color: #F66DDB;
}
.BgClassName
{
background-color: #F66DDB;
}
</style>
border-color css
<style>
span { border-color: #F66DDB; }
span { border-color: rgb(246,109,219); }
td.TdClassName
{
border-color: #F66DDB;
}
.TagClassName
{
border-color: #F66DDB;
}
</style>