Shades of Pale Magenta #F08BDB
Tints of Pale Magenta #F08BDB
RGB
CMYK
RGB Variations
Color information
#F08BDB (or 0xF08BDB) is known color: Pale Magenta. HEX triplet: F0, 8B and DB. RGB value is (240,139,219). Sum of RGB (Red+Green+Blue) = 240+139+219=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BDB is #0F7424. Grayscale: #B2B2B2. Windows color (decimal): -1012773 or 14388208. OLE color: 14388208.
HSL color Cylindrical-coordinate representation of color #F08BDB: hue angle of 312.48º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BDB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 219 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.06 |
| HSL | 312.48º | 0.77% | 0.74% | - |
| HSV(B) | 312.48º | 0.42% | 0.94% | - |
| XYZ | 57.95 | 42.1 | 72.09 | - |
| YUV | 178.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 219 | 0 | 0.42 | 0.09 | 0.06 | 312.48 | 0.77 | 0.74 |
| Hex | F0 | 8B | DB | 0 | 2A | 9 | 6 | 138 | 4D | 4A |
| Octal | 360 | 213 | 333 | 0 | 52 | 11 | 6 | 470 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11011011 | 0 | 101010 | 1001 | 110 | 100111000 | 1001101 | 1001010 |
Color Harmonies of #F08BDB
Complementary color
Monochromatic Colors of #F08BDB
Black with #F08BDB
Text Example
Text Example
White with #F08BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BDB; }
p { color: rgb(240,139,219); }
H1.HeaderClassName
{
color: #F08BDB;
}
.AnyTagClassName
{
color: #F08BDB;
}
</style>
background-color css
<style>
a { background-color: #F08BDB; }
a { background-color: rgb(240,139,219); }
div.DivClassName
{
background-color: #F08BDB;
}
.BgClassName
{
background-color: #F08BDB;
}
</style>
border-color css
<style>
span { border-color: #F08BDB; }
span { border-color: rgb(240,139,219); }
td.TdClassName
{
border-color: #F08BDB;
}
.TagClassName
{
border-color: #F08BDB;
}
</style>