Shades of Lavender Rose #F792DF
Tints of Lavender Rose #F792DF
RGB
CMYK
RGB Variations
Color information
#F792DF (or 0xF792DF) is known color: Lavender Rose. HEX triplet: F7, 92 and DF. RGB value is (247,146,223). Sum of RGB (Red+Green+Blue) = 247+146+223=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F792DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792DF is #086D20. Grayscale: #B8B8B8. Windows color (decimal): -552225 or 14652151. OLE color: 14652151.
HSL color Cylindrical-coordinate representation of color #F792DF: hue angle of 314.26º 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 #F792DF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 223 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.03 |
| HSL | 314.26º | 0.86% | 0.77% | - |
| HSV(B) | 314.26º | 0.41% | 0.97% | - |
| XYZ | 61.96 | 45.66 | 75.36 | - |
| YUV | 184.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 223 | 0 | 0.41 | 0.10 | 0.03 | 314.26 | 0.86 | 0.77 |
| Hex | F7 | 92 | DF | 0 | 29 | A | 3 | 13A | 56 | 4D |
| Octal | 367 | 222 | 337 | 0 | 51 | 12 | 3 | 472 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11011111 | 0 | 101001 | 1010 | 11 | 100111010 | 1010110 | 1001101 |
Color Harmonies of #F792DF
Complementary color
Monochromatic Colors of #F792DF
Black with #F792DF
Text Example
Text Example
White with #F792DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792DF; }
p { color: rgb(247,146,223); }
H1.HeaderClassName
{
color: #F792DF;
}
.AnyTagClassName
{
color: #F792DF;
}
</style>
background-color css
<style>
a { background-color: #F792DF; }
a { background-color: rgb(247,146,223); }
div.DivClassName
{
background-color: #F792DF;
}
.BgClassName
{
background-color: #F792DF;
}
</style>
border-color css
<style>
span { border-color: #F792DF; }
span { border-color: rgb(247,146,223); }
td.TdClassName
{
border-color: #F792DF;
}
.TagClassName
{
border-color: #F792DF;
}
</style>