Shades of Pale Magenta #F08DDD
Tints of Pale Magenta #F08DDD
RGB
CMYK
RGB Variations
Color information
#F08DDD (or 0xF08DDD) is known color: Pale Magenta. HEX triplet: F0, 8D and DD. RGB value is (240,141,221). Sum of RGB (Red+Green+Blue) = 240+141+221=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DDD is #0F7222. Grayscale: #B3B3B3. Windows color (decimal): -1012259 or 14519792. OLE color: 14519792.
HSL color Cylindrical-coordinate representation of color #F08DDD: hue angle of 311.52º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DDD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 221 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.06 |
| HSL | 311.52º | 0.77% | 0.75% | - |
| HSV(B) | 311.52º | 0.41% | 0.94% | - |
| XYZ | 58.51 | 42.8 | 73.58 | - |
| YUV | 179.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 221 | 0 | 0.41 | 0.08 | 0.06 | 311.52 | 0.77 | 0.75 |
| Hex | F0 | 8D | DD | 0 | 29 | 8 | 6 | 138 | 4D | 4B |
| Octal | 360 | 215 | 335 | 0 | 51 | 10 | 6 | 470 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11011101 | 0 | 101001 | 1000 | 110 | 100111000 | 1001101 | 1001011 |
Color Harmonies of #F08DDD
Complementary color
Monochromatic Colors of #F08DDD
Black with #F08DDD
Text Example
Text Example
White with #F08DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DDD; }
p { color: rgb(240,141,221); }
H1.HeaderClassName
{
color: #F08DDD;
}
.AnyTagClassName
{
color: #F08DDD;
}
</style>
background-color css
<style>
a { background-color: #F08DDD; }
a { background-color: rgb(240,141,221); }
div.DivClassName
{
background-color: #F08DDD;
}
.BgClassName
{
background-color: #F08DDD;
}
</style>
border-color css
<style>
span { border-color: #F08DDD; }
span { border-color: rgb(240,141,221); }
td.TdClassName
{
border-color: #F08DDD;
}
.TagClassName
{
border-color: #F08DDD;
}
</style>