Shades of Lavender Rose #F795E7
Tints of Lavender Rose #F795E7
RGB
CMYK
RGB Variations
Color information
#F795E7 (or 0xF795E7) is known color: Lavender Rose. HEX triplet: F7, 95 and E7. RGB value is (247,149,231). Sum of RGB (Red+Green+Blue) = 247+149+231=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F795E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795E7 is #086A18. Grayscale: #BBBBBB. Windows color (decimal): -551449 or 15177207. OLE color: 15177207.
HSL color Cylindrical-coordinate representation of color #F795E7: hue angle of 309.8º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795E7 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 231 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.03 |
| HSL | 309.8º | 0.86% | 0.78% | - |
| HSV(B) | 309.8º | 0.4% | 0.97% | - |
| XYZ | 63.53 | 47.04 | 81.33 | - |
| YUV | 187.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 231 | 0 | 0.40 | 0.06 | 0.03 | 309.8 | 0.86 | 0.78 |
| Hex | F7 | 95 | E7 | 0 | 28 | 6 | 3 | 136 | 56 | 4E |
| Octal | 367 | 225 | 347 | 0 | 50 | 6 | 3 | 466 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11100111 | 0 | 101000 | 110 | 11 | 100110110 | 1010110 | 1001110 |
Color Harmonies of #F795E7
Complementary color
Monochromatic Colors of #F795E7
Black with #F795E7
Text Example
Text Example
White with #F795E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795E7; }
p { color: rgb(247,149,231); }
H1.HeaderClassName
{
color: #F795E7;
}
.AnyTagClassName
{
color: #F795E7;
}
</style>
background-color css
<style>
a { background-color: #F795E7; }
a { background-color: rgb(247,149,231); }
div.DivClassName
{
background-color: #F795E7;
}
.BgClassName
{
background-color: #F795E7;
}
</style>
border-color css
<style>
span { border-color: #F795E7; }
span { border-color: rgb(247,149,231); }
td.TdClassName
{
border-color: #F795E7;
}
.TagClassName
{
border-color: #F795E7;
}
</style>