Shades of Lavender Rose #F797F0
Tints of Lavender Rose #F797F0
RGB
CMYK
RGB Variations
Color information
#F797F0 (or 0xF797F0) is known color: Lavender Rose. HEX triplet: F7, 97 and F0. RGB value is (247,151,240). Sum of RGB (Red+Green+Blue) = 247+151+240=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 151 (59.38% from 255 or 23.67% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F797F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F797F0 is #08680F. Grayscale: #BDBDBD. Windows color (decimal): -550928 or 15767543. OLE color: 15767543.
HSL color Cylindrical-coordinate representation of color #F797F0: hue angle of 304.38º 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 #F797F0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 240 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.03 |
| HSL | 304.38º | 0.86% | 0.78% | - |
| HSV(B) | 304.38º | 0.39% | 0.97% | - |
| XYZ | 65.15 | 48.2 | 88.31 | - |
| YUV | 189.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 240 | 0 | 0.39 | 0.03 | 0.03 | 304.38 | 0.86 | 0.78 |
| Hex | F7 | 97 | F0 | 0 | 27 | 3 | 3 | 130 | 56 | 4E |
| Octal | 367 | 227 | 360 | 0 | 47 | 3 | 3 | 460 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11110000 | 0 | 100111 | 11 | 11 | 100110000 | 1010110 | 1001110 |
Color Harmonies of #F797F0
Complementary color
Monochromatic Colors of #F797F0
Black with #F797F0
Text Example
Text Example
White with #F797F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797F0; }
p { color: rgb(247,151,240); }
H1.HeaderClassName
{
color: #F797F0;
}
.AnyTagClassName
{
color: #F797F0;
}
</style>
background-color css
<style>
a { background-color: #F797F0; }
a { background-color: rgb(247,151,240); }
div.DivClassName
{
background-color: #F797F0;
}
.BgClassName
{
background-color: #F797F0;
}
</style>
border-color css
<style>
span { border-color: #F797F0; }
span { border-color: rgb(247,151,240); }
td.TdClassName
{
border-color: #F797F0;
}
.TagClassName
{
border-color: #F797F0;
}
</style>