Shades of Lavender Rose #F196D4
Tints of Lavender Rose #F196D4
RGB
CMYK
RGB Variations
Color information
#F196D4 (or 0xF196D4) is known color: Lavender Rose. HEX triplet: F1, 96 and D4. RGB value is (241,150,212). Sum of RGB (Red+Green+Blue) = 241+150+212=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F196D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196D4 is #0E692B. Grayscale: #B8B8B8. Windows color (decimal): -944428 or 13932273. OLE color: 13932273.
HSL color Cylindrical-coordinate representation of color #F196D4: hue angle of 319.12º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196D4 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 212 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.05 |
| HSL | 319.12º | 0.76% | 0.77% | - |
| HSV(B) | 319.12º | 0.38% | 0.95% | - |
| XYZ | 59.07 | 45.27 | 67.91 | - |
| YUV | 184.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 212 | 0 | 0.38 | 0.12 | 0.05 | 319.12 | 0.76 | 0.77 |
| Hex | F1 | 96 | D4 | 0 | 26 | C | 5 | 13F | 4C | 4D |
| Octal | 361 | 226 | 324 | 0 | 46 | 14 | 5 | 477 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11010100 | 0 | 100110 | 1100 | 101 | 100111111 | 1001100 | 1001101 |
Color Harmonies of #F196D4
Complementary color
Monochromatic Colors of #F196D4
Black with #F196D4
Text Example
Text Example
White with #F196D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196D4; }
p { color: rgb(241,150,212); }
H1.HeaderClassName
{
color: #F196D4;
}
.AnyTagClassName
{
color: #F196D4;
}
</style>
background-color css
<style>
a { background-color: #F196D4; }
a { background-color: rgb(241,150,212); }
div.DivClassName
{
background-color: #F196D4;
}
.BgClassName
{
background-color: #F196D4;
}
</style>
border-color css
<style>
span { border-color: #F196D4; }
span { border-color: rgb(241,150,212); }
td.TdClassName
{
border-color: #F196D4;
}
.TagClassName
{
border-color: #F196D4;
}
</style>