Shades of Lavender Rose #F099E0
Tints of Lavender Rose #F099E0
RGB
CMYK
RGB Variations
Color information
#F099E0 (or 0xF099E0) is known color: Lavender Rose. HEX triplet: F0, 99 and E0. RGB value is (240,153,224). Sum of RGB (Red+Green+Blue) = 240+153+224=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F099E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099E0 is #0F661F. Grayscale: #BABABA. Windows color (decimal): -1009184 or 14719472. OLE color: 14719472.
HSL color Cylindrical-coordinate representation of color #F099E0: hue angle of 311.03º 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 #F099E0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 224 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.06 |
| HSL | 311.03º | 0.74% | 0.77% | - |
| HSV(B) | 311.03º | 0.36% | 0.94% | - |
| XYZ | 60.78 | 46.69 | 76.33 | - |
| YUV | 187.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 224 | 0 | 0.36 | 0.07 | 0.06 | 311.03 | 0.74 | 0.77 |
| Hex | F0 | 99 | E0 | 0 | 24 | 7 | 6 | 137 | 4A | 4D |
| Octal | 360 | 231 | 340 | 0 | 44 | 7 | 6 | 467 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11100000 | 0 | 100100 | 111 | 110 | 100110111 | 1001010 | 1001101 |
Color Harmonies of #F099E0
Complementary color
Monochromatic Colors of #F099E0
Black with #F099E0
Text Example
Text Example
White with #F099E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099E0; }
p { color: rgb(240,153,224); }
H1.HeaderClassName
{
color: #F099E0;
}
.AnyTagClassName
{
color: #F099E0;
}
</style>
background-color css
<style>
a { background-color: #F099E0; }
a { background-color: rgb(240,153,224); }
div.DivClassName
{
background-color: #F099E0;
}
.BgClassName
{
background-color: #F099E0;
}
</style>
border-color css
<style>
span { border-color: #F099E0; }
span { border-color: rgb(240,153,224); }
td.TdClassName
{
border-color: #F099E0;
}
.TagClassName
{
border-color: #F099E0;
}
</style>