Shades of Lavender Rose #F99EF1
Tints of Lavender Rose #F99EF1
RGB
CMYK
RGB Variations
Color information
#F99EF1 (or 0xF99EF1) is known color: Lavender Rose. HEX triplet: F9, 9E and F1. RGB value is (249,158,241). Sum of RGB (Red+Green+Blue) = 249+158+241=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EF1 is #06610E. Grayscale: #C2C2C2. Windows color (decimal): -418063 or 15834873. OLE color: 15834873.
HSL color Cylindrical-coordinate representation of color #F99EF1: hue angle of 305.27º 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 #F99EF1 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 241 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.02 |
| HSL | 305.27º | 0.88% | 0.8% | - |
| HSV(B) | 305.27º | 0.37% | 0.98% | - |
| XYZ | 67.17 | 50.94 | 89.51 | - |
| YUV | 194.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 241 | 0 | 0.37 | 0.03 | 0.02 | 305.27 | 0.88 | 0.8 |
| Hex | F9 | 9E | F1 | 0 | 25 | 3 | 2 | 131 | 58 | 50 |
| Octal | 371 | 236 | 361 | 0 | 45 | 3 | 2 | 461 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11110001 | 0 | 100101 | 11 | 10 | 100110001 | 1011000 | 1010000 |
Color Harmonies of #F99EF1
Complementary color
Monochromatic Colors of #F99EF1
Black with #F99EF1
Text Example
Text Example
White with #F99EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EF1; }
p { color: rgb(249,158,241); }
H1.HeaderClassName
{
color: #F99EF1;
}
.AnyTagClassName
{
color: #F99EF1;
}
</style>
background-color css
<style>
a { background-color: #F99EF1; }
a { background-color: rgb(249,158,241); }
div.DivClassName
{
background-color: #F99EF1;
}
.BgClassName
{
background-color: #F99EF1;
}
</style>
border-color css
<style>
span { border-color: #F99EF1; }
span { border-color: rgb(249,158,241); }
td.TdClassName
{
border-color: #F99EF1;
}
.TagClassName
{
border-color: #F99EF1;
}
</style>