Shades of Lavender Rose #F192DA
Tints of Lavender Rose #F192DA
RGB
CMYK
RGB Variations
Color information
#F192DA (or 0xF192DA) is known color: Lavender Rose. HEX triplet: F1, 92 and DA. RGB value is (241,146,218). Sum of RGB (Red+Green+Blue) = 241+146+218=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F192DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192DA is #0E6D25. Grayscale: #B6B6B6. Windows color (decimal): -945446 or 14324465. OLE color: 14324465.
HSL color Cylindrical-coordinate representation of color #F192DA: hue angle of 314.53º 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 #F192DA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 218 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 314.53º | 0.77% | 0.76% | - |
| HSV(B) | 314.53º | 0.39% | 0.95% | - |
| XYZ | 59.21 | 44.32 | 71.76 | - |
| YUV | 182.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 218 | 0 | 0.39 | 0.10 | 0.05 | 314.53 | 0.77 | 0.76 |
| Hex | F1 | 92 | DA | 0 | 27 | A | 5 | 13B | 4D | 4C |
| Octal | 361 | 222 | 332 | 0 | 47 | 12 | 5 | 473 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11011010 | 0 | 100111 | 1010 | 101 | 100111011 | 1001101 | 1001100 |
Color Harmonies of #F192DA
Complementary color
Monochromatic Colors of #F192DA
Black with #F192DA
Text Example
Text Example
White with #F192DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192DA; }
p { color: rgb(241,146,218); }
H1.HeaderClassName
{
color: #F192DA;
}
.AnyTagClassName
{
color: #F192DA;
}
</style>
background-color css
<style>
a { background-color: #F192DA; }
a { background-color: rgb(241,146,218); }
div.DivClassName
{
background-color: #F192DA;
}
.BgClassName
{
background-color: #F192DA;
}
</style>
border-color css
<style>
span { border-color: #F192DA; }
span { border-color: rgb(241,146,218); }
td.TdClassName
{
border-color: #F192DA;
}
.TagClassName
{
border-color: #F192DA;
}
</style>