Shades of Pale Magenta #F08DDB
Tints of Pale Magenta #F08DDB
RGB
CMYK
RGB Variations
Color information
#F08DDB (or 0xF08DDB) is known color: Pale Magenta. HEX triplet: F0, 8D and DB. RGB value is (240,141,219). Sum of RGB (Red+Green+Blue) = 240+141+219=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DDB is #0F7224. Grayscale: #B3B3B3. Windows color (decimal): -1012261 or 14388720. OLE color: 14388720.
HSL color Cylindrical-coordinate representation of color #F08DDB: hue angle of 312.73º 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 #F08DDB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 219 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.06 |
| HSL | 312.73º | 0.77% | 0.75% | - |
| HSV(B) | 312.73º | 0.41% | 0.94% | - |
| XYZ | 58.25 | 42.69 | 72.19 | - |
| YUV | 179.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 219 | 0 | 0.41 | 0.09 | 0.06 | 312.73 | 0.77 | 0.75 |
| Hex | F0 | 8D | DB | 0 | 29 | 9 | 6 | 139 | 4D | 4B |
| Octal | 360 | 215 | 333 | 0 | 51 | 11 | 6 | 471 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11011011 | 0 | 101001 | 1001 | 110 | 100111001 | 1001101 | 1001011 |
Color Harmonies of #F08DDB
Complementary color
Monochromatic Colors of #F08DDB
Black with #F08DDB
Text Example
Text Example
White with #F08DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DDB; }
p { color: rgb(240,141,219); }
H1.HeaderClassName
{
color: #F08DDB;
}
.AnyTagClassName
{
color: #F08DDB;
}
</style>
background-color css
<style>
a { background-color: #F08DDB; }
a { background-color: rgb(240,141,219); }
div.DivClassName
{
background-color: #F08DDB;
}
.BgClassName
{
background-color: #F08DDB;
}
</style>
border-color css
<style>
span { border-color: #F08DDB; }
span { border-color: rgb(240,141,219); }
td.TdClassName
{
border-color: #F08DDB;
}
.TagClassName
{
border-color: #F08DDB;
}
</style>