Shades of Lavender Rose #F09FE1
Tints of Lavender Rose #F09FE1
RGB
CMYK
RGB Variations
Color information
#F09FE1 (or 0xF09FE1) is known color: Lavender Rose. HEX triplet: F0, 9F and E1. RGB value is (240,159,225). Sum of RGB (Red+Green+Blue) = 240+159+225=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FE1 is #0F601E. Grayscale: #BEBEBE. Windows color (decimal): -1007647 or 14786544. OLE color: 14786544.
HSL color Cylindrical-coordinate representation of color #F09FE1: hue angle of 311.11º 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 #F09FE1 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 225 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.06 |
| HSL | 311.11º | 0.73% | 0.78% | - |
| HSV(B) | 311.11º | 0.34% | 0.94% | - |
| XYZ | 61.92 | 48.76 | 77.38 | - |
| YUV | 190.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 225 | 0 | 0.34 | 0.06 | 0.06 | 311.11 | 0.73 | 0.78 |
| Hex | F0 | 9F | E1 | 0 | 22 | 6 | 6 | 137 | 49 | 4E |
| Octal | 360 | 237 | 341 | 0 | 42 | 6 | 6 | 467 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11100001 | 0 | 100010 | 110 | 110 | 100110111 | 1001001 | 1001110 |
Color Harmonies of #F09FE1
Complementary color
Monochromatic Colors of #F09FE1
Black with #F09FE1
Text Example
Text Example
White with #F09FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FE1; }
p { color: rgb(240,159,225); }
H1.HeaderClassName
{
color: #F09FE1;
}
.AnyTagClassName
{
color: #F09FE1;
}
</style>
background-color css
<style>
a { background-color: #F09FE1; }
a { background-color: rgb(240,159,225); }
div.DivClassName
{
background-color: #F09FE1;
}
.BgClassName
{
background-color: #F09FE1;
}
</style>
border-color css
<style>
span { border-color: #F09FE1; }
span { border-color: rgb(240,159,225); }
td.TdClassName
{
border-color: #F09FE1;
}
.TagClassName
{
border-color: #F09FE1;
}
</style>