Shades of Lavender Rose #F99BF0
Tints of Lavender Rose #F99BF0
RGB
CMYK
RGB Variations
Color information
#F99BF0 (or 0xF99BF0) is known color: Lavender Rose. HEX triplet: F9, 9B and F0. RGB value is (249,155,240). Sum of RGB (Red+Green+Blue) = 249+155+240=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BF0 is #06640F. Grayscale: #C0C0C0. Windows color (decimal): -418832 or 15768569. OLE color: 15768569.
HSL color Cylindrical-coordinate representation of color #F99BF0: hue angle of 305.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BF0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 240 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.02 |
| HSL | 305.74º | 0.89% | 0.79% | - |
| HSV(B) | 305.74º | 0.38% | 0.98% | - |
| XYZ | 66.52 | 49.87 | 88.56 | - |
| YUV | 192.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 240 | 0 | 0.38 | 0.04 | 0.02 | 305.74 | 0.89 | 0.79 |
| Hex | F9 | 9B | F0 | 0 | 26 | 4 | 2 | 132 | 59 | 4F |
| Octal | 371 | 233 | 360 | 0 | 46 | 4 | 2 | 462 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11110000 | 0 | 100110 | 100 | 10 | 100110010 | 1011001 | 1001111 |
Color Harmonies of #F99BF0
Complementary color
Monochromatic Colors of #F99BF0
Black with #F99BF0
Text Example
Text Example
White with #F99BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BF0; }
p { color: rgb(249,155,240); }
H1.HeaderClassName
{
color: #F99BF0;
}
.AnyTagClassName
{
color: #F99BF0;
}
</style>
background-color css
<style>
a { background-color: #F99BF0; }
a { background-color: rgb(249,155,240); }
div.DivClassName
{
background-color: #F99BF0;
}
.BgClassName
{
background-color: #F99BF0;
}
</style>
border-color css
<style>
span { border-color: #F99BF0; }
span { border-color: rgb(249,155,240); }
td.TdClassName
{
border-color: #F99BF0;
}
.TagClassName
{
border-color: #F99BF0;
}
</style>