Shades of Lavender Rose #F798F1
Tints of Lavender Rose #F798F1
RGB
CMYK
RGB Variations
Color information
#F798F1 (or 0xF798F1) is known color: Lavender Rose. HEX triplet: F7, 98 and F1. RGB value is (247,152,241). Sum of RGB (Red+Green+Blue) = 247+152+241=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 152 (59.77% from 255 or 23.75% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F798F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F798F1 is #08670E. Grayscale: #BEBEBE. Windows color (decimal): -550671 or 15833335. OLE color: 15833335.
HSL color Cylindrical-coordinate representation of color #F798F1: hue angle of 303.79º degrees, saturation: 0.86, 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 #F798F1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 241 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.03 |
| HSL | 303.79º | 0.86% | 0.78% | - |
| HSV(B) | 303.79º | 0.38% | 0.97% | - |
| XYZ | 65.46 | 48.58 | 89.15 | - |
| YUV | 190.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 241 | 0 | 0.38 | 0.02 | 0.03 | 303.79 | 0.86 | 0.78 |
| Hex | F7 | 98 | F1 | 0 | 26 | 2 | 3 | 130 | 56 | 4E |
| Octal | 367 | 230 | 361 | 0 | 46 | 2 | 3 | 460 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11110001 | 0 | 100110 | 10 | 11 | 100110000 | 1010110 | 1001110 |
Color Harmonies of #F798F1
Complementary color
Monochromatic Colors of #F798F1
Black with #F798F1
Text Example
Text Example
White with #F798F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798F1; }
p { color: rgb(247,152,241); }
H1.HeaderClassName
{
color: #F798F1;
}
.AnyTagClassName
{
color: #F798F1;
}
</style>
background-color css
<style>
a { background-color: #F798F1; }
a { background-color: rgb(247,152,241); }
div.DivClassName
{
background-color: #F798F1;
}
.BgClassName
{
background-color: #F798F1;
}
</style>
border-color css
<style>
span { border-color: #F798F1; }
span { border-color: rgb(247,152,241); }
td.TdClassName
{
border-color: #F798F1;
}
.TagClassName
{
border-color: #F798F1;
}
</style>