Shades of Lavender Rose #F797EA
Tints of Lavender Rose #F797EA
RGB
CMYK
RGB Variations
Color information
#F797EA (or 0xF797EA) is known color: Lavender Rose. HEX triplet: F7, 97 and EA. RGB value is (247,151,234). Sum of RGB (Red+Green+Blue) = 247+151+234=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F797EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F797EA is #086815. Grayscale: #BCBCBC. Windows color (decimal): -550934 or 15374327. OLE color: 15374327.
HSL color Cylindrical-coordinate representation of color #F797EA: hue angle of 308.12º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F797EA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 234 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.03 |
| HSL | 308.13º | 0.86% | 0.78% | - |
| HSV(B) | 308.13º | 0.39% | 0.97% | - |
| XYZ | 64.28 | 47.85 | 83.69 | - |
| YUV | 189.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 234 | 0 | 0.39 | 0.05 | 0.03 | 308.13 | 0.86 | 0.78 |
| Hex | F7 | 97 | EA | 0 | 27 | 5 | 3 | 134 | 56 | 4E |
| Octal | 367 | 227 | 352 | 0 | 47 | 5 | 3 | 464 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11101010 | 0 | 100111 | 101 | 11 | 100110100 | 1010110 | 1001110 |
Color Harmonies of #F797EA
Complementary color
Monochromatic Colors of #F797EA
Black with #F797EA
Text Example
Text Example
White with #F797EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797EA; }
p { color: rgb(247,151,234); }
H1.HeaderClassName
{
color: #F797EA;
}
.AnyTagClassName
{
color: #F797EA;
}
</style>
background-color css
<style>
a { background-color: #F797EA; }
a { background-color: rgb(247,151,234); }
div.DivClassName
{
background-color: #F797EA;
}
.BgClassName
{
background-color: #F797EA;
}
</style>
border-color css
<style>
span { border-color: #F797EA; }
span { border-color: rgb(247,151,234); }
td.TdClassName
{
border-color: #F797EA;
}
.TagClassName
{
border-color: #F797EA;
}
</style>