Shades of Lavender Rose #F29FE1
Tints of Lavender Rose #F29FE1
RGB
CMYK
RGB Variations
Color information
#F29FE1 (or 0xF29FE1) is known color: Lavender Rose. HEX triplet: F2, 9F and E1. RGB value is (242,159,225). Sum of RGB (Red+Green+Blue) = 242+159+225=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FE1 is #0D601E. Grayscale: #BFBFBF. Windows color (decimal): -876575 or 14786546. OLE color: 14786546.
HSL color Cylindrical-coordinate representation of color #F29FE1: hue angle of 312.29º 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 #F29FE1 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 225 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.05 |
| HSL | 312.29º | 0.76% | 0.79% | - |
| HSV(B) | 312.29º | 0.34% | 0.95% | - |
| XYZ | 62.61 | 49.11 | 77.41 | - |
| YUV | 191.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 225 | 0 | 0.34 | 0.07 | 0.05 | 312.29 | 0.76 | 0.79 |
| Hex | F2 | 9F | E1 | 0 | 22 | 7 | 5 | 138 | 4C | 4F |
| Octal | 362 | 237 | 341 | 0 | 42 | 7 | 5 | 470 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11100001 | 0 | 100010 | 111 | 101 | 100111000 | 1001100 | 1001111 |
Color Harmonies of #F29FE1
Complementary color
Monochromatic Colors of #F29FE1
Black with #F29FE1
Text Example
Text Example
White with #F29FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FE1; }
p { color: rgb(242,159,225); }
H1.HeaderClassName
{
color: #F29FE1;
}
.AnyTagClassName
{
color: #F29FE1;
}
</style>
background-color css
<style>
a { background-color: #F29FE1; }
a { background-color: rgb(242,159,225); }
div.DivClassName
{
background-color: #F29FE1;
}
.BgClassName
{
background-color: #F29FE1;
}
</style>
border-color css
<style>
span { border-color: #F29FE1; }
span { border-color: rgb(242,159,225); }
td.TdClassName
{
border-color: #F29FE1;
}
.TagClassName
{
border-color: #F29FE1;
}
</style>