Shades of Lavender Rose #F992DF
Tints of Lavender Rose #F992DF
RGB
CMYK
RGB Variations
Color information
#F992DF (or 0xF992DF) is known color: Lavender Rose. HEX triplet: F9, 92 and DF. RGB value is (249,146,223). Sum of RGB (Red+Green+Blue) = 249+146+223=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F992DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992DF is #066D20. Grayscale: #B9B9B9. Windows color (decimal): -421153 or 14652153. OLE color: 14652153.
HSL color Cylindrical-coordinate representation of color #F992DF: hue angle of 315.15º 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 #F992DF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 223 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.02 |
| HSL | 315.15º | 0.9% | 0.77% | - |
| HSV(B) | 315.15º | 0.41% | 0.98% | - |
| XYZ | 62.67 | 46.03 | 75.39 | - |
| YUV | 185.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 223 | 0 | 0.41 | 0.10 | 0.02 | 315.15 | 0.9 | 0.77 |
| Hex | F9 | 92 | DF | 0 | 29 | A | 2 | 13B | 5A | 4D |
| Octal | 371 | 222 | 337 | 0 | 51 | 12 | 2 | 473 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11011111 | 0 | 101001 | 1010 | 10 | 100111011 | 1011010 | 1001101 |
Color Harmonies of #F992DF
Complementary color
Monochromatic Colors of #F992DF
Black with #F992DF
Text Example
Text Example
White with #F992DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992DF; }
p { color: rgb(249,146,223); }
H1.HeaderClassName
{
color: #F992DF;
}
.AnyTagClassName
{
color: #F992DF;
}
</style>
background-color css
<style>
a { background-color: #F992DF; }
a { background-color: rgb(249,146,223); }
div.DivClassName
{
background-color: #F992DF;
}
.BgClassName
{
background-color: #F992DF;
}
</style>
border-color css
<style>
span { border-color: #F992DF; }
span { border-color: rgb(249,146,223); }
td.TdClassName
{
border-color: #F992DF;
}
.TagClassName
{
border-color: #F992DF;
}
</style>