Shades of Lavender Rose #F991D8
Tints of Lavender Rose #F991D8
RGB
CMYK
RGB Variations
Color information
#F991D8 (or 0xF991D8) is known color: Lavender Rose. HEX triplet: F9, 91 and D8. RGB value is (249,145,216). Sum of RGB (Red+Green+Blue) = 249+145+216=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D8 is #066E27. Grayscale: #B8B8B8. Windows color (decimal): -421416 or 14193145. OLE color: 14193145.
HSL color Cylindrical-coordinate representation of color #F991D8: hue angle of 319.04º 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 #F991D8 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 216 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.02 |
| HSL | 319.04º | 0.9% | 0.77% | - |
| HSV(B) | 319.04º | 0.42% | 0.98% | - |
| XYZ | 61.59 | 45.35 | 70.47 | - |
| YUV | 184.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 216 | 0 | 0.42 | 0.13 | 0.02 | 319.04 | 0.9 | 0.77 |
| Hex | F9 | 91 | D8 | 0 | 2A | D | 2 | 13F | 5A | 4D |
| Octal | 371 | 221 | 330 | 0 | 52 | 15 | 2 | 477 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11011000 | 0 | 101010 | 1101 | 10 | 100111111 | 1011010 | 1001101 |
Color Harmonies of #F991D8
Complementary color
Monochromatic Colors of #F991D8
Black with #F991D8
Text Example
Text Example
White with #F991D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991D8; }
p { color: rgb(249,145,216); }
H1.HeaderClassName
{
color: #F991D8;
}
.AnyTagClassName
{
color: #F991D8;
}
</style>
background-color css
<style>
a { background-color: #F991D8; }
a { background-color: rgb(249,145,216); }
div.DivClassName
{
background-color: #F991D8;
}
.BgClassName
{
background-color: #F991D8;
}
</style>
border-color css
<style>
span { border-color: #F991D8; }
span { border-color: rgb(249,145,216); }
td.TdClassName
{
border-color: #F991D8;
}
.TagClassName
{
border-color: #F991D8;
}
</style>