Shades of Lavender Rose #F195D5
Tints of Lavender Rose #F195D5
RGB
CMYK
RGB Variations
Color information
#F195D5 (or 0xF195D5) is known color: Lavender Rose. HEX triplet: F1, 95 and D5. RGB value is (241,149,213). Sum of RGB (Red+Green+Blue) = 241+149+213=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F195D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195D5 is #0E6A2A. Grayscale: #B7B7B7. Windows color (decimal): -944683 or 13997553. OLE color: 13997553.
HSL color Cylindrical-coordinate representation of color #F195D5: hue angle of 318.26º 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 #F195D5 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 213 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.05 |
| HSL | 318.26º | 0.77% | 0.76% | - |
| HSV(B) | 318.26º | 0.38% | 0.95% | - |
| XYZ | 59.03 | 45 | 68.53 | - |
| YUV | 183.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 213 | 0 | 0.38 | 0.12 | 0.05 | 318.26 | 0.77 | 0.76 |
| Hex | F1 | 95 | D5 | 0 | 26 | C | 5 | 13E | 4D | 4C |
| Octal | 361 | 225 | 325 | 0 | 46 | 14 | 5 | 476 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11010101 | 0 | 100110 | 1100 | 101 | 100111110 | 1001101 | 1001100 |
Color Harmonies of #F195D5
Complementary color
Monochromatic Colors of #F195D5
Black with #F195D5
Text Example
Text Example
White with #F195D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195D5; }
p { color: rgb(241,149,213); }
H1.HeaderClassName
{
color: #F195D5;
}
.AnyTagClassName
{
color: #F195D5;
}
</style>
background-color css
<style>
a { background-color: #F195D5; }
a { background-color: rgb(241,149,213); }
div.DivClassName
{
background-color: #F195D5;
}
.BgClassName
{
background-color: #F195D5;
}
</style>
border-color css
<style>
span { border-color: #F195D5; }
span { border-color: rgb(241,149,213); }
td.TdClassName
{
border-color: #F195D5;
}
.TagClassName
{
border-color: #F195D5;
}
</style>