Shades of Lavender Rose #F190D3
Tints of Lavender Rose #F190D3
RGB
CMYK
RGB Variations
Color information
#F190D3 (or 0xF190D3) is known color: Lavender Rose. HEX triplet: F1, 90 and D3. RGB value is (241,144,211). Sum of RGB (Red+Green+Blue) = 241+144+211=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F190D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190D3 is #0E6F2C. Grayscale: #B4B4B4. Windows color (decimal): -945965 or 13865201. OLE color: 13865201.
HSL color Cylindrical-coordinate representation of color #F190D3: hue angle of 318.56º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190D3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 211 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.05 |
| HSL | 318.56º | 0.78% | 0.75% | - |
| HSV(B) | 318.56º | 0.4% | 0.95% | - |
| XYZ | 58.01 | 43.35 | 66.94 | - |
| YUV | 180.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 211 | 0 | 0.40 | 0.12 | 0.05 | 318.56 | 0.78 | 0.75 |
| Hex | F1 | 90 | D3 | 0 | 28 | C | 5 | 13F | 4E | 4B |
| Octal | 361 | 220 | 323 | 0 | 50 | 14 | 5 | 477 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11010011 | 0 | 101000 | 1100 | 101 | 100111111 | 1001110 | 1001011 |
Color Harmonies of #F190D3
Complementary color
Monochromatic Colors of #F190D3
Black with #F190D3
Text Example
Text Example
White with #F190D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190D3; }
p { color: rgb(241,144,211); }
H1.HeaderClassName
{
color: #F190D3;
}
.AnyTagClassName
{
color: #F190D3;
}
</style>
background-color css
<style>
a { background-color: #F190D3; }
a { background-color: rgb(241,144,211); }
div.DivClassName
{
background-color: #F190D3;
}
.BgClassName
{
background-color: #F190D3;
}
</style>
border-color css
<style>
span { border-color: #F190D3; }
span { border-color: rgb(241,144,211); }
td.TdClassName
{
border-color: #F190D3;
}
.TagClassName
{
border-color: #F190D3;
}
</style>