Shades of Lavender Rose #F79BF2
Tints of Lavender Rose #F79BF2
RGB
CMYK
RGB Variations
Color information
#F79BF2 (or 0xF79BF2) is known color: Lavender Rose. HEX triplet: F7, 9B and F2. RGB value is (247,155,242). Sum of RGB (Red+Green+Blue) = 247+155+242=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79BF2 is #08640D. Grayscale: #C0C0C0. Windows color (decimal): -549902 or 15899639. OLE color: 15899639.
HSL color Cylindrical-coordinate representation of color #F79BF2: hue angle of 303.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BF2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 242 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.03 |
| HSL | 303.26º | 0.85% | 0.79% | - |
| HSV(B) | 303.26º | 0.37% | 0.97% | - |
| XYZ | 66.11 | 49.63 | 90.1 | - |
| YUV | 192.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 242 | 0 | 0.37 | 0.02 | 0.03 | 303.26 | 0.85 | 0.79 |
| Hex | F7 | 9B | F2 | 0 | 25 | 2 | 3 | 12F | 55 | 4F |
| Octal | 367 | 233 | 362 | 0 | 45 | 2 | 3 | 457 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11110010 | 0 | 100101 | 10 | 11 | 100101111 | 1010101 | 1001111 |
Color Harmonies of #F79BF2
Complementary color
Monochromatic Colors of #F79BF2
Black with #F79BF2
Text Example
Text Example
White with #F79BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BF2; }
p { color: rgb(247,155,242); }
H1.HeaderClassName
{
color: #F79BF2;
}
.AnyTagClassName
{
color: #F79BF2;
}
</style>
background-color css
<style>
a { background-color: #F79BF2; }
a { background-color: rgb(247,155,242); }
div.DivClassName
{
background-color: #F79BF2;
}
.BgClassName
{
background-color: #F79BF2;
}
</style>
border-color css
<style>
span { border-color: #F79BF2; }
span { border-color: rgb(247,155,242); }
td.TdClassName
{
border-color: #F79BF2;
}
.TagClassName
{
border-color: #F79BF2;
}
</style>