Shades of Lavender Rose #F29FE9
Tints of Lavender Rose #F29FE9
RGB
CMYK
RGB Variations
Color information
#F29FE9 (or 0xF29FE9) is known color: Lavender Rose. HEX triplet: F2, 9F and E9. RGB value is (242,159,233). Sum of RGB (Red+Green+Blue) = 242+159+233=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FE9 is #0D6016. Grayscale: #C0C0C0. Windows color (decimal): -876567 or 15310834. OLE color: 15310834.
HSL color Cylindrical-coordinate representation of color #F29FE9: hue angle of 306.51º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FE9 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 233 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.05 |
| HSL | 306.51º | 0.76% | 0.79% | - |
| HSV(B) | 306.51º | 0.34% | 0.95% | - |
| XYZ | 63.72 | 49.56 | 83.3 | - |
| YUV | 192.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 233 | 0 | 0.34 | 0.04 | 0.05 | 306.51 | 0.76 | 0.79 |
| Hex | F2 | 9F | E9 | 0 | 22 | 4 | 5 | 133 | 4C | 4F |
| Octal | 362 | 237 | 351 | 0 | 42 | 4 | 5 | 463 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11101001 | 0 | 100010 | 100 | 101 | 100110011 | 1001100 | 1001111 |
Color Harmonies of #F29FE9
Complementary color
Monochromatic Colors of #F29FE9
Black with #F29FE9
Text Example
Text Example
White with #F29FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FE9; }
p { color: rgb(242,159,233); }
H1.HeaderClassName
{
color: #F29FE9;
}
.AnyTagClassName
{
color: #F29FE9;
}
</style>
background-color css
<style>
a { background-color: #F29FE9; }
a { background-color: rgb(242,159,233); }
div.DivClassName
{
background-color: #F29FE9;
}
.BgClassName
{
background-color: #F29FE9;
}
</style>
border-color css
<style>
span { border-color: #F29FE9; }
span { border-color: rgb(242,159,233); }
td.TdClassName
{
border-color: #F29FE9;
}
.TagClassName
{
border-color: #F29FE9;
}
</style>