Shades of Lavender Rose #F992DB
Tints of Lavender Rose #F992DB
RGB
CMYK
RGB Variations
Color information
#F992DB (or 0xF992DB) is known color: Lavender Rose. HEX triplet: F9, 92 and DB. RGB value is (249,146,219). Sum of RGB (Red+Green+Blue) = 249+146+219=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F992DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992DB is #066D24. Grayscale: #B8B8B8. Windows color (decimal): -421157 or 14390009. OLE color: 14390009.
HSL color Cylindrical-coordinate representation of color #F992DB: hue angle of 317.48º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992DB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 219 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 317.48º | 0.9% | 0.77% | - |
| HSV(B) | 317.48º | 0.41% | 0.98% | - |
| XYZ | 62.13 | 45.81 | 72.59 | - |
| YUV | 185.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 219 | 0 | 0.41 | 0.12 | 0.02 | 317.48 | 0.9 | 0.77 |
| Hex | F9 | 92 | DB | 0 | 29 | C | 2 | 13D | 5A | 4D |
| Octal | 371 | 222 | 333 | 0 | 51 | 14 | 2 | 475 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11011011 | 0 | 101001 | 1100 | 10 | 100111101 | 1011010 | 1001101 |
Color Harmonies of #F992DB
Complementary color
Monochromatic Colors of #F992DB
Black with #F992DB
Text Example
Text Example
White with #F992DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992DB; }
p { color: rgb(249,146,219); }
H1.HeaderClassName
{
color: #F992DB;
}
.AnyTagClassName
{
color: #F992DB;
}
</style>
background-color css
<style>
a { background-color: #F992DB; }
a { background-color: rgb(249,146,219); }
div.DivClassName
{
background-color: #F992DB;
}
.BgClassName
{
background-color: #F992DB;
}
</style>
border-color css
<style>
span { border-color: #F992DB; }
span { border-color: rgb(249,146,219); }
td.TdClassName
{
border-color: #F992DB;
}
.TagClassName
{
border-color: #F992DB;
}
</style>