Shades of Lavender Rose #F099D2
Tints of Lavender Rose #F099D2
RGB
CMYK
RGB Variations
Color information
#F099D2 (or 0xF099D2) is known color: Lavender Rose. HEX triplet: F0, 99 and D2. RGB value is (240,153,210). Sum of RGB (Red+Green+Blue) = 240+153+210=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D2 is #0F662D. Grayscale: #B9B9B9. Windows color (decimal): -1009198 or 13801968. OLE color: 13801968.
HSL color Cylindrical-coordinate representation of color #F099D2: hue angle of 320.69º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099D2 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 210 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.06 |
| HSL | 320.69º | 0.74% | 0.77% | - |
| HSV(B) | 320.69º | 0.36% | 0.94% | - |
| XYZ | 58.96 | 45.96 | 66.74 | - |
| YUV | 185.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 210 | 0 | 0.36 | 0.12 | 0.06 | 320.69 | 0.74 | 0.77 |
| Hex | F0 | 99 | D2 | 0 | 24 | C | 6 | 141 | 4A | 4D |
| Octal | 360 | 231 | 322 | 0 | 44 | 14 | 6 | 501 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11010010 | 0 | 100100 | 1100 | 110 | 101000001 | 1001010 | 1001101 |
Color Harmonies of #F099D2
Complementary color
Monochromatic Colors of #F099D2
Black with #F099D2
Text Example
Text Example
White with #F099D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099D2; }
p { color: rgb(240,153,210); }
H1.HeaderClassName
{
color: #F099D2;
}
.AnyTagClassName
{
color: #F099D2;
}
</style>
background-color css
<style>
a { background-color: #F099D2; }
a { background-color: rgb(240,153,210); }
div.DivClassName
{
background-color: #F099D2;
}
.BgClassName
{
background-color: #F099D2;
}
</style>
border-color css
<style>
span { border-color: #F099D2; }
span { border-color: rgb(240,153,210); }
td.TdClassName
{
border-color: #F099D2;
}
.TagClassName
{
border-color: #F099D2;
}
</style>