Shades of Lavender Rose #F79CF2
Tints of Lavender Rose #F79CF2
RGB
CMYK
RGB Variations
Color information
#F79CF2 (or 0xF79CF2) is known color: Lavender Rose. HEX triplet: F7, 9C and F2. RGB value is (247,156,242). Sum of RGB (Red+Green+Blue) = 247+156+242=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F79CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79CF2 is #08630D. Grayscale: #C0C0C0. Windows color (decimal): -549646 or 15899895. OLE color: 15899895.
HSL color Cylindrical-coordinate representation of color #F79CF2: hue angle of 303.3º 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 #F79CF2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 242 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.03 |
| HSL | 303.3º | 0.85% | 0.79% | - |
| HSV(B) | 303.3º | 0.37% | 0.97% | - |
| XYZ | 66.27 | 49.96 | 90.16 | - |
| YUV | 193.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 242 | 0 | 0.37 | 0.02 | 0.03 | 303.3 | 0.85 | 0.79 |
| Hex | F7 | 9C | F2 | 0 | 25 | 2 | 3 | 12F | 55 | 4F |
| Octal | 367 | 234 | 362 | 0 | 45 | 2 | 3 | 457 | 125 | 117 |
| Binary | 11110111 | 10011100 | 11110010 | 0 | 100101 | 10 | 11 | 100101111 | 1010101 | 1001111 |
Color Harmonies of #F79CF2
Complementary color
Monochromatic Colors of #F79CF2
Black with #F79CF2
Text Example
Text Example
White with #F79CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79CF2; }
p { color: rgb(247,156,242); }
H1.HeaderClassName
{
color: #F79CF2;
}
.AnyTagClassName
{
color: #F79CF2;
}
</style>
background-color css
<style>
a { background-color: #F79CF2; }
a { background-color: rgb(247,156,242); }
div.DivClassName
{
background-color: #F79CF2;
}
.BgClassName
{
background-color: #F79CF2;
}
</style>
border-color css
<style>
span { border-color: #F79CF2; }
span { border-color: rgb(247,156,242); }
td.TdClassName
{
border-color: #F79CF2;
}
.TagClassName
{
border-color: #F79CF2;
}
</style>