Shades of Lavender Rose #F195DB
Tints of Lavender Rose #F195DB
RGB
CMYK
RGB Variations
Color information
#F195DB (or 0xF195DB) is known color: Lavender Rose. HEX triplet: F1, 95 and DB. RGB value is (241,149,219). Sum of RGB (Red+Green+Blue) = 241+149+219=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F195DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195DB is #0E6A24. Grayscale: #B8B8B8. Windows color (decimal): -944677 or 14390769. OLE color: 14390769.
HSL color Cylindrical-coordinate representation of color #F195DB: hue angle of 314.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195DB is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 219 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.05 |
| HSL | 314.35º | 0.77% | 0.76% | - |
| HSV(B) | 314.35º | 0.38% | 0.95% | - |
| XYZ | 59.81 | 45.31 | 72.61 | - |
| YUV | 184.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 219 | 0 | 0.38 | 0.09 | 0.05 | 314.35 | 0.77 | 0.76 |
| Hex | F1 | 95 | DB | 0 | 26 | 9 | 5 | 13A | 4D | 4C |
| Octal | 361 | 225 | 333 | 0 | 46 | 11 | 5 | 472 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11011011 | 0 | 100110 | 1001 | 101 | 100111010 | 1001101 | 1001100 |
Color Harmonies of #F195DB
Complementary color
Monochromatic Colors of #F195DB
Black with #F195DB
Text Example
Text Example
White with #F195DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195DB; }
p { color: rgb(241,149,219); }
H1.HeaderClassName
{
color: #F195DB;
}
.AnyTagClassName
{
color: #F195DB;
}
</style>
background-color css
<style>
a { background-color: #F195DB; }
a { background-color: rgb(241,149,219); }
div.DivClassName
{
background-color: #F195DB;
}
.BgClassName
{
background-color: #F195DB;
}
</style>
border-color css
<style>
span { border-color: #F195DB; }
span { border-color: rgb(241,149,219); }
td.TdClassName
{
border-color: #F195DB;
}
.TagClassName
{
border-color: #F195DB;
}
</style>