Shades of Lavender Rose #F791D4
Tints of Lavender Rose #F791D4
RGB
CMYK
RGB Variations
Color information
#F791D4 (or 0xF791D4) is known color: Lavender Rose. HEX triplet: F7, 91 and D4. RGB value is (247,145,212). Sum of RGB (Red+Green+Blue) = 247+145+212=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D4 is #086E2B. Grayscale: #B6B6B6. Windows color (decimal): -552492 or 13930999. OLE color: 13930999.
HSL color Cylindrical-coordinate representation of color #F791D4: hue angle of 320.59º 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 #F791D4 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 212 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.03 |
| HSL | 320.59º | 0.86% | 0.77% | - |
| HSV(B) | 320.59º | 0.41% | 0.97% | - |
| XYZ | 60.37 | 44.78 | 67.75 | - |
| YUV | 183.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 212 | 0 | 0.41 | 0.14 | 0.03 | 320.59 | 0.86 | 0.77 |
| Hex | F7 | 91 | D4 | 0 | 29 | E | 3 | 141 | 56 | 4D |
| Octal | 367 | 221 | 324 | 0 | 51 | 16 | 3 | 501 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11010100 | 0 | 101001 | 1110 | 11 | 101000001 | 1010110 | 1001101 |
Color Harmonies of #F791D4
Complementary color
Monochromatic Colors of #F791D4
Black with #F791D4
Text Example
Text Example
White with #F791D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791D4; }
p { color: rgb(247,145,212); }
H1.HeaderClassName
{
color: #F791D4;
}
.AnyTagClassName
{
color: #F791D4;
}
</style>
background-color css
<style>
a { background-color: #F791D4; }
a { background-color: rgb(247,145,212); }
div.DivClassName
{
background-color: #F791D4;
}
.BgClassName
{
background-color: #F791D4;
}
</style>
border-color css
<style>
span { border-color: #F791D4; }
span { border-color: rgb(247,145,212); }
td.TdClassName
{
border-color: #F791D4;
}
.TagClassName
{
border-color: #F791D4;
}
</style>