Shades of Pale Magenta #F08BD9
Tints of Pale Magenta #F08BD9
RGB
CMYK
RGB Variations
Color information
#F08BD9 (or 0xF08BD9) is known color: Pale Magenta. HEX triplet: F0, 8B and D9. RGB value is (240,139,217). Sum of RGB (Red+Green+Blue) = 240+139+217=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BD9 is #0F7426. Grayscale: #B1B1B1. Windows color (decimal): -1012775 or 14257136. OLE color: 14257136.
HSL color Cylindrical-coordinate representation of color #F08BD9: hue angle of 313.66º 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 #F08BD9 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 217 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.06 |
| HSL | 313.66º | 0.77% | 0.74% | - |
| HSV(B) | 313.66º | 0.42% | 0.94% | - |
| XYZ | 57.69 | 42 | 70.71 | - |
| YUV | 178.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 217 | 0 | 0.42 | 0.10 | 0.06 | 313.66 | 0.77 | 0.74 |
| Hex | F0 | 8B | D9 | 0 | 2A | A | 6 | 13A | 4D | 4A |
| Octal | 360 | 213 | 331 | 0 | 52 | 12 | 6 | 472 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11011001 | 0 | 101010 | 1010 | 110 | 100111010 | 1001101 | 1001010 |
Color Harmonies of #F08BD9
Complementary color
Monochromatic Colors of #F08BD9
Black with #F08BD9
Text Example
Text Example
White with #F08BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BD9; }
p { color: rgb(240,139,217); }
H1.HeaderClassName
{
color: #F08BD9;
}
.AnyTagClassName
{
color: #F08BD9;
}
</style>
background-color css
<style>
a { background-color: #F08BD9; }
a { background-color: rgb(240,139,217); }
div.DivClassName
{
background-color: #F08BD9;
}
.BgClassName
{
background-color: #F08BD9;
}
</style>
border-color css
<style>
span { border-color: #F08BD9; }
span { border-color: rgb(240,139,217); }
td.TdClassName
{
border-color: #F08BD9;
}
.TagClassName
{
border-color: #F08BD9;
}
</style>