Shades of Lavender Pink #F09FD0
Tints of Lavender Pink #F09FD0
RGB
CMYK
RGB Variations
Color information
#F09FD0 (or 0xF09FD0) is known color: Lavender Pink. HEX triplet: F0, 9F and D0. RGB value is (240,159,208). Sum of RGB (Red+Green+Blue) = 240+159+208=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FD0 is #0F602F. Grayscale: #BCBCBC. Windows color (decimal): -1007664 or 13672432. OLE color: 13672432.
HSL color Cylindrical-coordinate representation of color #F09FD0: hue angle of 323.7º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FD0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 208 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.06 |
| HSL | 323.7º | 0.73% | 0.78% | - |
| HSV(B) | 323.7º | 0.34% | 0.94% | - |
| XYZ | 59.72 | 47.88 | 65.77 | - |
| YUV | 188.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 208 | 0 | 0.34 | 0.13 | 0.06 | 323.7 | 0.73 | 0.78 |
| Hex | F0 | 9F | D0 | 0 | 22 | D | 6 | 144 | 49 | 4E |
| Octal | 360 | 237 | 320 | 0 | 42 | 15 | 6 | 504 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11010000 | 0 | 100010 | 1101 | 110 | 101000100 | 1001001 | 1001110 |
Color Harmonies of #F09FD0
Complementary color
Monochromatic Colors of #F09FD0
Black with #F09FD0
Text Example
Text Example
White with #F09FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FD0; }
p { color: rgb(240,159,208); }
H1.HeaderClassName
{
color: #F09FD0;
}
.AnyTagClassName
{
color: #F09FD0;
}
</style>
background-color css
<style>
a { background-color: #F09FD0; }
a { background-color: rgb(240,159,208); }
div.DivClassName
{
background-color: #F09FD0;
}
.BgClassName
{
background-color: #F09FD0;
}
</style>
border-color css
<style>
span { border-color: #F09FD0; }
span { border-color: rgb(240,159,208); }
td.TdClassName
{
border-color: #F09FD0;
}
.TagClassName
{
border-color: #F09FD0;
}
</style>