Shades of Lavender Rose #F992D7
Tints of Lavender Rose #F992D7
RGB
CMYK
RGB Variations
Color information
#F992D7 (or 0xF992D7) is known color: Lavender Rose. HEX triplet: F9, 92 and D7. RGB value is (249,146,215). Sum of RGB (Red+Green+Blue) = 249+146+215=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F992D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992D7 is #066D28. Grayscale: #B8B8B8. Windows color (decimal): -421161 or 14127865. OLE color: 14127865.
HSL color Cylindrical-coordinate representation of color #F992D7: hue angle of 319.81º 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 #F992D7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 215 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.02 |
| HSL | 319.81º | 0.9% | 0.77% | - |
| HSV(B) | 319.81º | 0.41% | 0.98% | - |
| XYZ | 61.61 | 45.6 | 69.85 | - |
| YUV | 184.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 215 | 0 | 0.41 | 0.14 | 0.02 | 319.81 | 0.9 | 0.77 |
| Hex | F9 | 92 | D7 | 0 | 29 | E | 2 | 140 | 5A | 4D |
| Octal | 371 | 222 | 327 | 0 | 51 | 16 | 2 | 500 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11010111 | 0 | 101001 | 1110 | 10 | 101000000 | 1011010 | 1001101 |
Color Harmonies of #F992D7
Complementary color
Monochromatic Colors of #F992D7
Black with #F992D7
Text Example
Text Example
White with #F992D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992D7; }
p { color: rgb(249,146,215); }
H1.HeaderClassName
{
color: #F992D7;
}
.AnyTagClassName
{
color: #F992D7;
}
</style>
background-color css
<style>
a { background-color: #F992D7; }
a { background-color: rgb(249,146,215); }
div.DivClassName
{
background-color: #F992D7;
}
.BgClassName
{
background-color: #F992D7;
}
</style>
border-color css
<style>
span { border-color: #F992D7; }
span { border-color: rgb(249,146,215); }
td.TdClassName
{
border-color: #F992D7;
}
.TagClassName
{
border-color: #F992D7;
}
</style>