Shades of Lavender Rose #F792D8
Tints of Lavender Rose #F792D8
RGB
CMYK
RGB Variations
Color information
#F792D8 (or 0xF792D8) is known color: Lavender Rose. HEX triplet: F7, 92 and D8. RGB value is (247,146,216). Sum of RGB (Red+Green+Blue) = 247+146+216=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F792D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792D8 is #086D27. Grayscale: #B8B8B8. Windows color (decimal): -552232 or 14193399. OLE color: 14193399.
HSL color Cylindrical-coordinate representation of color #F792D8: hue angle of 318.42º 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 #F792D8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 216 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.03 |
| HSL | 318.42º | 0.86% | 0.77% | - |
| HSV(B) | 318.42º | 0.41% | 0.97% | - |
| XYZ | 61.03 | 45.29 | 70.49 | - |
| YUV | 184.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 216 | 0 | 0.41 | 0.13 | 0.03 | 318.42 | 0.86 | 0.77 |
| Hex | F7 | 92 | D8 | 0 | 29 | D | 3 | 13E | 56 | 4D |
| Octal | 367 | 222 | 330 | 0 | 51 | 15 | 3 | 476 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11011000 | 0 | 101001 | 1101 | 11 | 100111110 | 1010110 | 1001101 |
Color Harmonies of #F792D8
Complementary color
Monochromatic Colors of #F792D8
Black with #F792D8
Text Example
Text Example
White with #F792D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792D8; }
p { color: rgb(247,146,216); }
H1.HeaderClassName
{
color: #F792D8;
}
.AnyTagClassName
{
color: #F792D8;
}
</style>
background-color css
<style>
a { background-color: #F792D8; }
a { background-color: rgb(247,146,216); }
div.DivClassName
{
background-color: #F792D8;
}
.BgClassName
{
background-color: #F792D8;
}
</style>
border-color css
<style>
span { border-color: #F792D8; }
span { border-color: rgb(247,146,216); }
td.TdClassName
{
border-color: #F792D8;
}
.TagClassName
{
border-color: #F792D8;
}
</style>