Shades of Lavender Rose #F09FD2
Tints of Lavender Rose #F09FD2
RGB
CMYK
RGB Variations
Color information
#F09FD2 (or 0xF09FD2) is known color: Lavender Rose. HEX triplet: F0, 9F and D2. RGB value is (240,159,210). Sum of RGB (Red+Green+Blue) = 240+159+210=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FD2 is #0F602D. Grayscale: #BCBCBC. Windows color (decimal): -1007662 or 13803504. OLE color: 13803504.
HSL color Cylindrical-coordinate representation of color #F09FD2: hue angle of 322.22º 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 #F09FD2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 210 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.06 |
| HSL | 322.22º | 0.73% | 0.78% | - |
| HSV(B) | 322.22º | 0.34% | 0.94% | - |
| XYZ | 59.97 | 47.97 | 67.07 | - |
| YUV | 189.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 210 | 0 | 0.34 | 0.12 | 0.06 | 322.22 | 0.73 | 0.78 |
| Hex | F0 | 9F | D2 | 0 | 22 | C | 6 | 142 | 49 | 4E |
| Octal | 360 | 237 | 322 | 0 | 42 | 14 | 6 | 502 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11010010 | 0 | 100010 | 1100 | 110 | 101000010 | 1001001 | 1001110 |
Color Harmonies of #F09FD2
Complementary color
Monochromatic Colors of #F09FD2
Black with #F09FD2
Text Example
Text Example
White with #F09FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FD2; }
p { color: rgb(240,159,210); }
H1.HeaderClassName
{
color: #F09FD2;
}
.AnyTagClassName
{
color: #F09FD2;
}
</style>
background-color css
<style>
a { background-color: #F09FD2; }
a { background-color: rgb(240,159,210); }
div.DivClassName
{
background-color: #F09FD2;
}
.BgClassName
{
background-color: #F09FD2;
}
</style>
border-color css
<style>
span { border-color: #F09FD2; }
span { border-color: rgb(240,159,210); }
td.TdClassName
{
border-color: #F09FD2;
}
.TagClassName
{
border-color: #F09FD2;
}
</style>