Shades of Lavender Rose #F991D5
Tints of Lavender Rose #F991D5
RGB
CMYK
RGB Variations
Color information
#F991D5 (or 0xF991D5) is known color: Lavender Rose. HEX triplet: F9, 91 and D5. RGB value is (249,145,213). Sum of RGB (Red+Green+Blue) = 249+145+213=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D5 is #066E2A. Grayscale: #B7B7B7. Windows color (decimal): -421419 or 13996537. OLE color: 13996537.
HSL color Cylindrical-coordinate representation of color #F991D5: hue angle of 320.77º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991D5 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 213 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.02 |
| HSL | 320.77º | 0.9% | 0.77% | - |
| HSV(B) | 320.77º | 0.42% | 0.98% | - |
| XYZ | 61.2 | 45.19 | 68.45 | - |
| YUV | 183.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 213 | 0 | 0.42 | 0.14 | 0.02 | 320.77 | 0.9 | 0.77 |
| Hex | F9 | 91 | D5 | 0 | 2A | E | 2 | 141 | 5A | 4D |
| Octal | 371 | 221 | 325 | 0 | 52 | 16 | 2 | 501 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11010101 | 0 | 101010 | 1110 | 10 | 101000001 | 1011010 | 1001101 |
Color Harmonies of #F991D5
Complementary color
Monochromatic Colors of #F991D5
Black with #F991D5
Text Example
Text Example
White with #F991D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991D5; }
p { color: rgb(249,145,213); }
H1.HeaderClassName
{
color: #F991D5;
}
.AnyTagClassName
{
color: #F991D5;
}
</style>
background-color css
<style>
a { background-color: #F991D5; }
a { background-color: rgb(249,145,213); }
div.DivClassName
{
background-color: #F991D5;
}
.BgClassName
{
background-color: #F991D5;
}
</style>
border-color css
<style>
span { border-color: #F991D5; }
span { border-color: rgb(249,145,213); }
td.TdClassName
{
border-color: #F991D5;
}
.TagClassName
{
border-color: #F991D5;
}
</style>