Shades of Lavender Rose #F790D6
Tints of Lavender Rose #F790D6
RGB
CMYK
RGB Variations
Color information
#F790D6 (or 0xF790D6) is known color: Lavender Rose. HEX triplet: F7, 90 and D6. RGB value is (247,144,214). Sum of RGB (Red+Green+Blue) = 247+144+214=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F790D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790D6 is #086F29. Grayscale: #B6B6B6. Windows color (decimal): -552746 or 14061815. OLE color: 14061815.
HSL color Cylindrical-coordinate representation of color #F790D6: hue angle of 319.22º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790D6 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 214 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.03 |
| HSL | 319.22º | 0.87% | 0.77% | - |
| HSV(B) | 319.22º | 0.42% | 0.97% | - |
| XYZ | 60.47 | 44.58 | 69.04 | - |
| YUV | 182.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 214 | 0 | 0.42 | 0.13 | 0.03 | 319.22 | 0.87 | 0.77 |
| Hex | F7 | 90 | D6 | 0 | 2A | D | 3 | 13F | 57 | 4D |
| Octal | 367 | 220 | 326 | 0 | 52 | 15 | 3 | 477 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11010110 | 0 | 101010 | 1101 | 11 | 100111111 | 1010111 | 1001101 |
Color Harmonies of #F790D6
Complementary color
Monochromatic Colors of #F790D6
Black with #F790D6
Text Example
Text Example
White with #F790D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790D6; }
p { color: rgb(247,144,214); }
H1.HeaderClassName
{
color: #F790D6;
}
.AnyTagClassName
{
color: #F790D6;
}
</style>
background-color css
<style>
a { background-color: #F790D6; }
a { background-color: rgb(247,144,214); }
div.DivClassName
{
background-color: #F790D6;
}
.BgClassName
{
background-color: #F790D6;
}
</style>
border-color css
<style>
span { border-color: #F790D6; }
span { border-color: rgb(247,144,214); }
td.TdClassName
{
border-color: #F790D6;
}
.TagClassName
{
border-color: #F790D6;
}
</style>