Shades of Lavender Rose #F099EA
Tints of Lavender Rose #F099EA
RGB
CMYK
RGB Variations
Color information
#F099EA (or 0xF099EA) is known color: Lavender Rose. HEX triplet: F0, 99 and EA. RGB value is (240,153,234). Sum of RGB (Red+Green+Blue) = 240+153+234=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F099EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099EA is #0F6615. Grayscale: #BCBCBC. Windows color (decimal): -1009174 or 15374832. OLE color: 15374832.
HSL color Cylindrical-coordinate representation of color #F099EA: hue angle of 304.14º 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 #F099EA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 234 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.06 |
| HSL | 304.14º | 0.74% | 0.77% | - |
| HSV(B) | 304.14º | 0.36% | 0.94% | - |
| XYZ | 62.18 | 47.25 | 83.68 | - |
| YUV | 188.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 234 | 0 | 0.36 | 0.02 | 0.06 | 304.14 | 0.74 | 0.77 |
| Hex | F0 | 99 | EA | 0 | 24 | 2 | 6 | 130 | 4A | 4D |
| Octal | 360 | 231 | 352 | 0 | 44 | 2 | 6 | 460 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11101010 | 0 | 100100 | 10 | 110 | 100110000 | 1001010 | 1001101 |
Color Harmonies of #F099EA
Complementary color
Monochromatic Colors of #F099EA
Black with #F099EA
Text Example
Text Example
White with #F099EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099EA; }
p { color: rgb(240,153,234); }
H1.HeaderClassName
{
color: #F099EA;
}
.AnyTagClassName
{
color: #F099EA;
}
</style>
background-color css
<style>
a { background-color: #F099EA; }
a { background-color: rgb(240,153,234); }
div.DivClassName
{
background-color: #F099EA;
}
.BgClassName
{
background-color: #F099EA;
}
</style>
border-color css
<style>
span { border-color: #F099EA; }
span { border-color: rgb(240,153,234); }
td.TdClassName
{
border-color: #F099EA;
}
.TagClassName
{
border-color: #F099EA;
}
</style>