Shades of Lavender Rose #F799F0
Tints of Lavender Rose #F799F0
RGB
CMYK
RGB Variations
Color information
#F799F0 (or 0xF799F0) is known color: Lavender Rose. HEX triplet: F7, 99 and F0. RGB value is (247,153,240). Sum of RGB (Red+Green+Blue) = 247+153+240=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F799F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F799F0 is #08660F. Grayscale: #BEBEBE. Windows color (decimal): -550416 or 15768055. OLE color: 15768055.
HSL color Cylindrical-coordinate representation of color #F799F0: hue angle of 304.47º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F799F0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 240 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.03 |
| HSL | 304.47º | 0.85% | 0.78% | - |
| HSV(B) | 304.47º | 0.38% | 0.97% | - |
| XYZ | 65.48 | 48.85 | 88.42 | - |
| YUV | 191.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 240 | 0 | 0.38 | 0.03 | 0.03 | 304.47 | 0.85 | 0.78 |
| Hex | F7 | 99 | F0 | 0 | 26 | 3 | 3 | 130 | 55 | 4E |
| Octal | 367 | 231 | 360 | 0 | 46 | 3 | 3 | 460 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11110000 | 0 | 100110 | 11 | 11 | 100110000 | 1010101 | 1001110 |
Color Harmonies of #F799F0
Complementary color
Monochromatic Colors of #F799F0
Black with #F799F0
Text Example
Text Example
White with #F799F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799F0; }
p { color: rgb(247,153,240); }
H1.HeaderClassName
{
color: #F799F0;
}
.AnyTagClassName
{
color: #F799F0;
}
</style>
background-color css
<style>
a { background-color: #F799F0; }
a { background-color: rgb(247,153,240); }
div.DivClassName
{
background-color: #F799F0;
}
.BgClassName
{
background-color: #F799F0;
}
</style>
border-color css
<style>
span { border-color: #F799F0; }
span { border-color: rgb(247,153,240); }
td.TdClassName
{
border-color: #F799F0;
}
.TagClassName
{
border-color: #F799F0;
}
</style>