Shades of Lavender Rose #F99FF1
Tints of Lavender Rose #F99FF1
RGB
CMYK
RGB Variations
Color information
#F99FF1 (or 0xF99FF1) is known color: Lavender Rose. HEX triplet: F9, 9F and F1. RGB value is (249,159,241). Sum of RGB (Red+Green+Blue) = 249+159+241=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FF1 is #06600E. Grayscale: #C3C3C3. Windows color (decimal): -417807 or 15835129. OLE color: 15835129.
HSL color Cylindrical-coordinate representation of color #F99FF1: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FF1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 241 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.02 |
| HSL | 305.33º | 0.88% | 0.8% | - |
| HSV(B) | 305.33º | 0.36% | 0.98% | - |
| XYZ | 67.34 | 51.29 | 89.57 | - |
| YUV | 195.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 241 | 0 | 0.36 | 0.03 | 0.02 | 305.33 | 0.88 | 0.8 |
| Hex | F9 | 9F | F1 | 0 | 24 | 3 | 2 | 131 | 58 | 50 |
| Octal | 371 | 237 | 361 | 0 | 44 | 3 | 2 | 461 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11110001 | 0 | 100100 | 11 | 10 | 100110001 | 1011000 | 1010000 |
Color Harmonies of #F99FF1
Complementary color
Monochromatic Colors of #F99FF1
Black with #F99FF1
Text Example
Text Example
White with #F99FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FF1; }
p { color: rgb(249,159,241); }
H1.HeaderClassName
{
color: #F99FF1;
}
.AnyTagClassName
{
color: #F99FF1;
}
</style>
background-color css
<style>
a { background-color: #F99FF1; }
a { background-color: rgb(249,159,241); }
div.DivClassName
{
background-color: #F99FF1;
}
.BgClassName
{
background-color: #F99FF1;
}
</style>
border-color css
<style>
span { border-color: #F99FF1; }
span { border-color: rgb(249,159,241); }
td.TdClassName
{
border-color: #F99FF1;
}
.TagClassName
{
border-color: #F99FF1;
}
</style>