Shades of Lavender Rose #F99BF4
Tints of Lavender Rose #F99BF4
RGB
CMYK
RGB Variations
Color information
#F99BF4 (or 0xF99BF4) is known color: Lavender Rose. HEX triplet: F9, 9B and F4. RGB value is (249,155,244). Sum of RGB (Red+Green+Blue) = 249+155+244=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BF4 is #06640B. Grayscale: #C0C0C0. Windows color (decimal): -418828 or 16030713. OLE color: 16030713.
HSL color Cylindrical-coordinate representation of color #F99BF4: hue angle of 303.19º 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 #F99BF4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 244 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.02 |
| HSL | 303.19º | 0.89% | 0.79% | - |
| HSV(B) | 303.19º | 0.38% | 0.98% | - |
| XYZ | 67.12 | 50.11 | 91.72 | - |
| YUV | 193.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 244 | 0 | 0.38 | 0.02 | 0.02 | 303.19 | 0.89 | 0.79 |
| Hex | F9 | 9B | F4 | 0 | 26 | 2 | 2 | 12F | 59 | 4F |
| Octal | 371 | 233 | 364 | 0 | 46 | 2 | 2 | 457 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11110100 | 0 | 100110 | 10 | 10 | 100101111 | 1011001 | 1001111 |
Color Harmonies of #F99BF4
Complementary color
Monochromatic Colors of #F99BF4
Black with #F99BF4
Text Example
Text Example
White with #F99BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BF4; }
p { color: rgb(249,155,244); }
H1.HeaderClassName
{
color: #F99BF4;
}
.AnyTagClassName
{
color: #F99BF4;
}
</style>
background-color css
<style>
a { background-color: #F99BF4; }
a { background-color: rgb(249,155,244); }
div.DivClassName
{
background-color: #F99BF4;
}
.BgClassName
{
background-color: #F99BF4;
}
</style>
border-color css
<style>
span { border-color: #F99BF4; }
span { border-color: rgb(249,155,244); }
td.TdClassName
{
border-color: #F99BF4;
}
.TagClassName
{
border-color: #F99BF4;
}
</style>