Shades of Lavender Rose #F099E6
Tints of Lavender Rose #F099E6
RGB
CMYK
RGB Variations
Color information
#F099E6 (or 0xF099E6) is known color: Lavender Rose. HEX triplet: F0, 99 and E6. RGB value is (240,153,230). Sum of RGB (Red+Green+Blue) = 240+153+230=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F099E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099E6 is #0F6619. Grayscale: #BBBBBB. Windows color (decimal): -1009178 or 15112688. OLE color: 15112688.
HSL color Cylindrical-coordinate representation of color #F099E6: hue angle of 306.9º 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 #F099E6 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 230 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.06 |
| HSL | 306.9º | 0.74% | 0.77% | - |
| HSV(B) | 306.9º | 0.36% | 0.94% | - |
| XYZ | 61.61 | 47.02 | 80.69 | - |
| YUV | 187.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 230 | 0 | 0.36 | 0.04 | 0.06 | 306.9 | 0.74 | 0.77 |
| Hex | F0 | 99 | E6 | 0 | 24 | 4 | 6 | 133 | 4A | 4D |
| Octal | 360 | 231 | 346 | 0 | 44 | 4 | 6 | 463 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11100110 | 0 | 100100 | 100 | 110 | 100110011 | 1001010 | 1001101 |
Color Harmonies of #F099E6
Complementary color
Monochromatic Colors of #F099E6
Black with #F099E6
Text Example
Text Example
White with #F099E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099E6; }
p { color: rgb(240,153,230); }
H1.HeaderClassName
{
color: #F099E6;
}
.AnyTagClassName
{
color: #F099E6;
}
</style>
background-color css
<style>
a { background-color: #F099E6; }
a { background-color: rgb(240,153,230); }
div.DivClassName
{
background-color: #F099E6;
}
.BgClassName
{
background-color: #F099E6;
}
</style>
border-color css
<style>
span { border-color: #F099E6; }
span { border-color: rgb(240,153,230); }
td.TdClassName
{
border-color: #F099E6;
}
.TagClassName
{
border-color: #F099E6;
}
</style>