Shades of Lavender Rose #F192D2
Tints of Lavender Rose #F192D2
RGB
CMYK
RGB Variations
Color information
#F192D2 (or 0xF192D2) is known color: Lavender Rose. HEX triplet: F1, 92 and D2. RGB value is (241,146,210). Sum of RGB (Red+Green+Blue) = 241+146+210=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D2 is #0E6D2D. Grayscale: #B5B5B5. Windows color (decimal): -945454 or 13800177. OLE color: 13800177.
HSL color Cylindrical-coordinate representation of color #F192D2: hue angle of 319.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192D2 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 210 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.05 |
| HSL | 319.58º | 0.77% | 0.76% | - |
| HSV(B) | 319.58º | 0.39% | 0.95% | - |
| XYZ | 58.19 | 43.91 | 66.38 | - |
| YUV | 181.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 210 | 0 | 0.39 | 0.13 | 0.05 | 319.58 | 0.77 | 0.76 |
| Hex | F1 | 92 | D2 | 0 | 27 | D | 5 | 140 | 4D | 4C |
| Octal | 361 | 222 | 322 | 0 | 47 | 15 | 5 | 500 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11010010 | 0 | 100111 | 1101 | 101 | 101000000 | 1001101 | 1001100 |
Color Harmonies of #F192D2
Complementary color
Monochromatic Colors of #F192D2
Black with #F192D2
Text Example
Text Example
White with #F192D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192D2; }
p { color: rgb(241,146,210); }
H1.HeaderClassName
{
color: #F192D2;
}
.AnyTagClassName
{
color: #F192D2;
}
</style>
background-color css
<style>
a { background-color: #F192D2; }
a { background-color: rgb(241,146,210); }
div.DivClassName
{
background-color: #F192D2;
}
.BgClassName
{
background-color: #F192D2;
}
</style>
border-color css
<style>
span { border-color: #F192D2; }
span { border-color: rgb(241,146,210); }
td.TdClassName
{
border-color: #F192D2;
}
.TagClassName
{
border-color: #F192D2;
}
</style>