Shades of Lavender Rose #F791D5
Tints of Lavender Rose #F791D5
RGB
CMYK
RGB Variations
Color information
#F791D5 (or 0xF791D5) is known color: Lavender Rose. HEX triplet: F7, 91 and D5. RGB value is (247,145,213). Sum of RGB (Red+Green+Blue) = 247+145+213=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D5 is #086E2A. Grayscale: #B7B7B7. Windows color (decimal): -552491 or 13996535. OLE color: 13996535.
HSL color Cylindrical-coordinate representation of color #F791D5: hue angle of 320º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F791D5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 213 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.03 |
| HSL | 320º | 0.86% | 0.77% | - |
| HSV(B) | 320º | 0.41% | 0.97% | - |
| XYZ | 60.49 | 44.83 | 68.42 | - |
| YUV | 183.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 213 | 0 | 0.41 | 0.14 | 0.03 | 320 | 0.86 | 0.77 |
| Hex | F7 | 91 | D5 | 0 | 29 | E | 3 | 140 | 56 | 4D |
| Octal | 367 | 221 | 325 | 0 | 51 | 16 | 3 | 500 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11010101 | 0 | 101001 | 1110 | 11 | 101000000 | 1010110 | 1001101 |
Color Harmonies of #F791D5
Complementary color
Monochromatic Colors of #F791D5
Black with #F791D5
Text Example
Text Example
White with #F791D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791D5; }
p { color: rgb(247,145,213); }
H1.HeaderClassName
{
color: #F791D5;
}
.AnyTagClassName
{
color: #F791D5;
}
</style>
background-color css
<style>
a { background-color: #F791D5; }
a { background-color: rgb(247,145,213); }
div.DivClassName
{
background-color: #F791D5;
}
.BgClassName
{
background-color: #F791D5;
}
</style>
border-color css
<style>
span { border-color: #F791D5; }
span { border-color: rgb(247,145,213); }
td.TdClassName
{
border-color: #F791D5;
}
.TagClassName
{
border-color: #F791D5;
}
</style>