Shades of Lavender Rose #F99EF0
Tints of Lavender Rose #F99EF0
RGB
CMYK
RGB Variations
Color information
#F99EF0 (or 0xF99EF0) is known color: Lavender Rose. HEX triplet: F9, 9E and F0. RGB value is (249,158,240). Sum of RGB (Red+Green+Blue) = 249+158+240=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EF0 is #06610F. Grayscale: #C2C2C2. Windows color (decimal): -418064 or 15769337. OLE color: 15769337.
HSL color Cylindrical-coordinate representation of color #F99EF0: hue angle of 305.93º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EF0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 240 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.02 |
| HSL | 305.93º | 0.88% | 0.8% | - |
| HSV(B) | 305.93º | 0.37% | 0.98% | - |
| XYZ | 67.02 | 50.88 | 88.73 | - |
| YUV | 194.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 240 | 0 | 0.37 | 0.04 | 0.02 | 305.93 | 0.88 | 0.8 |
| Hex | F9 | 9E | F0 | 0 | 25 | 4 | 2 | 132 | 58 | 50 |
| Octal | 371 | 236 | 360 | 0 | 45 | 4 | 2 | 462 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11110000 | 0 | 100101 | 100 | 10 | 100110010 | 1011000 | 1010000 |
Color Harmonies of #F99EF0
Complementary color
Monochromatic Colors of #F99EF0
Black with #F99EF0
Text Example
Text Example
White with #F99EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EF0; }
p { color: rgb(249,158,240); }
H1.HeaderClassName
{
color: #F99EF0;
}
.AnyTagClassName
{
color: #F99EF0;
}
</style>
background-color css
<style>
a { background-color: #F99EF0; }
a { background-color: rgb(249,158,240); }
div.DivClassName
{
background-color: #F99EF0;
}
.BgClassName
{
background-color: #F99EF0;
}
</style>
border-color css
<style>
span { border-color: #F99EF0; }
span { border-color: rgb(249,158,240); }
td.TdClassName
{
border-color: #F99EF0;
}
.TagClassName
{
border-color: #F99EF0;
}
</style>