Shades of Lavender Rose #F09ADF
Tints of Lavender Rose #F09ADF
RGB
CMYK
RGB Variations
Color information
#F09ADF (or 0xF09ADF) is known color: Lavender Rose. HEX triplet: F0, 9A and DF. RGB value is (240,154,223). Sum of RGB (Red+Green+Blue) = 240+154+223=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADF is #0F6520. Grayscale: #BBBBBB. Windows color (decimal): -1008929 or 14654192. OLE color: 14654192.
HSL color Cylindrical-coordinate representation of color #F09ADF: hue angle of 311.86º 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 #F09ADF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 223 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.06 |
| HSL | 311.86º | 0.74% | 0.77% | - |
| HSV(B) | 311.86º | 0.36% | 0.94% | - |
| XYZ | 60.81 | 46.96 | 75.67 | - |
| YUV | 187.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 223 | 0 | 0.36 | 0.07 | 0.06 | 311.86 | 0.74 | 0.77 |
| Hex | F0 | 9A | DF | 0 | 24 | 7 | 6 | 138 | 4A | 4D |
| Octal | 360 | 232 | 337 | 0 | 44 | 7 | 6 | 470 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11011111 | 0 | 100100 | 111 | 110 | 100111000 | 1001010 | 1001101 |
Color Harmonies of #F09ADF
Complementary color
Monochromatic Colors of #F09ADF
Black with #F09ADF
Text Example
Text Example
White with #F09ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ADF; }
p { color: rgb(240,154,223); }
H1.HeaderClassName
{
color: #F09ADF;
}
.AnyTagClassName
{
color: #F09ADF;
}
</style>
background-color css
<style>
a { background-color: #F09ADF; }
a { background-color: rgb(240,154,223); }
div.DivClassName
{
background-color: #F09ADF;
}
.BgClassName
{
background-color: #F09ADF;
}
</style>
border-color css
<style>
span { border-color: #F09ADF; }
span { border-color: rgb(240,154,223); }
td.TdClassName
{
border-color: #F09ADF;
}
.TagClassName
{
border-color: #F09ADF;
}
</style>