Shades of Lavender Rose #F7A2EA
Tints of Lavender Rose #F7A2EA
RGB
CMYK
RGB Variations
Color information
#F7A2EA (or 0xF7A2EA) is known color: Lavender Rose. HEX triplet: F7, A2 and EA. RGB value is (247,162,234). Sum of RGB (Red+Green+Blue) = 247+162+234=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A2EA is #085D15. Grayscale: #C3C3C3. Windows color (decimal): -548118 or 15377143. OLE color: 15377143.
HSL color Cylindrical-coordinate representation of color #F7A2EA: hue angle of 309.18º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2EA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 234 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.03 |
| HSL | 309.18º | 0.84% | 0.8% | - |
| HSV(B) | 309.18º | 0.34% | 0.97% | - |
| XYZ | 66.13 | 51.56 | 84.31 | - |
| YUV | 195.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 234 | 0 | 0.34 | 0.05 | 0.03 | 309.18 | 0.84 | 0.8 |
| Hex | F7 | A2 | EA | 0 | 22 | 5 | 3 | 135 | 54 | 50 |
| Octal | 367 | 242 | 352 | 0 | 42 | 5 | 3 | 465 | 124 | 120 |
| Binary | 11110111 | 10100010 | 11101010 | 0 | 100010 | 101 | 11 | 100110101 | 1010100 | 1010000 |
Color Harmonies of #F7A2EA
Complementary color
Monochromatic Colors of #F7A2EA
Black with #F7A2EA
Text Example
Text Example
White with #F7A2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2EA; }
p { color: rgb(247,162,234); }
H1.HeaderClassName
{
color: #F7A2EA;
}
.AnyTagClassName
{
color: #F7A2EA;
}
</style>
background-color css
<style>
a { background-color: #F7A2EA; }
a { background-color: rgb(247,162,234); }
div.DivClassName
{
background-color: #F7A2EA;
}
.BgClassName
{
background-color: #F7A2EA;
}
</style>
border-color css
<style>
span { border-color: #F7A2EA; }
span { border-color: rgb(247,162,234); }
td.TdClassName
{
border-color: #F7A2EA;
}
.TagClassName
{
border-color: #F7A2EA;
}
</style>