Shades of Lavender Pink #F09FD1
Tints of Lavender Pink #F09FD1
RGB
CMYK
RGB Variations
Color information
#F09FD1 (or 0xF09FD1) is known color: Lavender Pink. HEX triplet: F0, 9F and D1. RGB value is (240,159,209). Sum of RGB (Red+Green+Blue) = 240+159+209=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FD1 is #0F602E. Grayscale: #BCBCBC. Windows color (decimal): -1007663 or 13737968. OLE color: 13737968.
HSL color Cylindrical-coordinate representation of color #F09FD1: hue angle of 322.96º 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 #F09FD1 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 209 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.06 |
| HSL | 322.96º | 0.73% | 0.78% | - |
| HSV(B) | 322.96º | 0.34% | 0.94% | - |
| XYZ | 59.84 | 47.92 | 66.42 | - |
| YUV | 188.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 209 | 0 | 0.34 | 0.13 | 0.06 | 322.96 | 0.73 | 0.78 |
| Hex | F0 | 9F | D1 | 0 | 22 | D | 6 | 143 | 49 | 4E |
| Octal | 360 | 237 | 321 | 0 | 42 | 15 | 6 | 503 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11010001 | 0 | 100010 | 1101 | 110 | 101000011 | 1001001 | 1001110 |
Color Harmonies of #F09FD1
Complementary color
Monochromatic Colors of #F09FD1
Black with #F09FD1
Text Example
Text Example
White with #F09FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FD1; }
p { color: rgb(240,159,209); }
H1.HeaderClassName
{
color: #F09FD1;
}
.AnyTagClassName
{
color: #F09FD1;
}
</style>
background-color css
<style>
a { background-color: #F09FD1; }
a { background-color: rgb(240,159,209); }
div.DivClassName
{
background-color: #F09FD1;
}
.BgClassName
{
background-color: #F09FD1;
}
</style>
border-color css
<style>
span { border-color: #F09FD1; }
span { border-color: rgb(240,159,209); }
td.TdClassName
{
border-color: #F09FD1;
}
.TagClassName
{
border-color: #F09FD1;
}
</style>