Shades of Lavender Rose #F191D3
Tints of Lavender Rose #F191D3
RGB
CMYK
RGB Variations
Color information
#F191D3 (or 0xF191D3) is known color: Lavender Rose. HEX triplet: F1, 91 and D3. RGB value is (241,145,211). Sum of RGB (Red+Green+Blue) = 241+145+211=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F191D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191D3 is #0E6E2C. Grayscale: #B5B5B5. Windows color (decimal): -945709 or 13865457. OLE color: 13865457.
HSL color Cylindrical-coordinate representation of color #F191D3: hue angle of 318.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191D3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 211 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.05 |
| HSL | 318.75º | 0.77% | 0.76% | - |
| HSV(B) | 318.75º | 0.4% | 0.95% | - |
| XYZ | 58.16 | 43.65 | 66.99 | - |
| YUV | 181.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 211 | 0 | 0.40 | 0.12 | 0.05 | 318.75 | 0.77 | 0.76 |
| Hex | F1 | 91 | D3 | 0 | 28 | C | 5 | 13F | 4D | 4C |
| Octal | 361 | 221 | 323 | 0 | 50 | 14 | 5 | 477 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11010011 | 0 | 101000 | 1100 | 101 | 100111111 | 1001101 | 1001100 |
Color Harmonies of #F191D3
Complementary color
Monochromatic Colors of #F191D3
Black with #F191D3
Text Example
Text Example
White with #F191D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191D3; }
p { color: rgb(241,145,211); }
H1.HeaderClassName
{
color: #F191D3;
}
.AnyTagClassName
{
color: #F191D3;
}
</style>
background-color css
<style>
a { background-color: #F191D3; }
a { background-color: rgb(241,145,211); }
div.DivClassName
{
background-color: #F191D3;
}
.BgClassName
{
background-color: #F191D3;
}
</style>
border-color css
<style>
span { border-color: #F191D3; }
span { border-color: rgb(241,145,211); }
td.TdClassName
{
border-color: #F191D3;
}
.TagClassName
{
border-color: #F191D3;
}
</style>