Shades of Lavender Rose #F199DD
Tints of Lavender Rose #F199DD
RGB
CMYK
RGB Variations
Color information
#F199DD (or 0xF199DD) is known color: Lavender Rose. HEX triplet: F1, 99 and DD. RGB value is (241,153,221). Sum of RGB (Red+Green+Blue) = 241+153+221=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F199DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199DD is #0E6622. Grayscale: #BABABA. Windows color (decimal): -943651 or 14522865. OLE color: 14522865.
HSL color Cylindrical-coordinate representation of color #F199DD: hue angle of 313.64º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199DD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 221 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 313.64º | 0.76% | 0.77% | - |
| HSV(B) | 313.64º | 0.37% | 0.95% | - |
| XYZ | 60.72 | 46.7 | 74.22 | - |
| YUV | 187.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 221 | 0 | 0.37 | 0.08 | 0.05 | 313.64 | 0.76 | 0.77 |
| Hex | F1 | 99 | DD | 0 | 25 | 8 | 5 | 13A | 4C | 4D |
| Octal | 361 | 231 | 335 | 0 | 45 | 10 | 5 | 472 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11011101 | 0 | 100101 | 1000 | 101 | 100111010 | 1001100 | 1001101 |
Color Harmonies of #F199DD
Complementary color
Monochromatic Colors of #F199DD
Black with #F199DD
Text Example
Text Example
White with #F199DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199DD; }
p { color: rgb(241,153,221); }
H1.HeaderClassName
{
color: #F199DD;
}
.AnyTagClassName
{
color: #F199DD;
}
</style>
background-color css
<style>
a { background-color: #F199DD; }
a { background-color: rgb(241,153,221); }
div.DivClassName
{
background-color: #F199DD;
}
.BgClassName
{
background-color: #F199DD;
}
</style>
border-color css
<style>
span { border-color: #F199DD; }
span { border-color: rgb(241,153,221); }
td.TdClassName
{
border-color: #F199DD;
}
.TagClassName
{
border-color: #F199DD;
}
</style>