Shades of Lavender Rose #F79FDF
Tints of Lavender Rose #F79FDF
RGB
CMYK
RGB Variations
Color information
#F79FDF (or 0xF79FDF) is known color: Lavender Rose. HEX triplet: F7, 9F and DF. RGB value is (247,159,223). Sum of RGB (Red+Green+Blue) = 247+159+223=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FDF is #086020. Grayscale: #C0C0C0. Windows color (decimal): -548897 or 14655479. OLE color: 14655479.
HSL color Cylindrical-coordinate representation of color #F79FDF: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79FDF is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 159 | 223 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.03 |
| HSL | 316.36º | 0.85% | 0.8% | - |
| HSV(B) | 316.36º | 0.36% | 0.97% | - |
| XYZ | 64.08 | 49.9 | 76.07 | - |
| YUV | 192.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 159 | 223 | 0 | 0.36 | 0.10 | 0.03 | 316.36 | 0.85 | 0.8 |
| Hex | F7 | 9F | DF | 0 | 24 | A | 3 | 13C | 55 | 50 |
| Octal | 367 | 237 | 337 | 0 | 44 | 12 | 3 | 474 | 125 | 120 |
| Binary | 11110111 | 10011111 | 11011111 | 0 | 100100 | 1010 | 11 | 100111100 | 1010101 | 1010000 |
Color Harmonies of #F79FDF
Complementary color
Monochromatic Colors of #F79FDF
Black with #F79FDF
Text Example
Text Example
White with #F79FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79FDF; }
p { color: rgb(247,159,223); }
H1.HeaderClassName
{
color: #F79FDF;
}
.AnyTagClassName
{
color: #F79FDF;
}
</style>
background-color css
<style>
a { background-color: #F79FDF; }
a { background-color: rgb(247,159,223); }
div.DivClassName
{
background-color: #F79FDF;
}
.BgClassName
{
background-color: #F79FDF;
}
</style>
border-color css
<style>
span { border-color: #F79FDF; }
span { border-color: rgb(247,159,223); }
td.TdClassName
{
border-color: #F79FDF;
}
.TagClassName
{
border-color: #F79FDF;
}
</style>