Shades of Lavender Rose #F298E7
Tints of Lavender Rose #F298E7
RGB
CMYK
RGB Variations
Color information
#F298E7 (or 0xF298E7) is known color: Lavender Rose. HEX triplet: F2, 98 and E7. RGB value is (242,152,231). Sum of RGB (Red+Green+Blue) = 242+152+231=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F298E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298E7 is #0D6718. Grayscale: #BBBBBB. Windows color (decimal): -878361 or 15177970. OLE color: 15177970.
HSL color Cylindrical-coordinate representation of color #F298E7: hue angle of 307.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298E7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 231 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 307.33º | 0.78% | 0.77% | - |
| HSV(B) | 307.33º | 0.37% | 0.95% | - |
| XYZ | 62.27 | 47.1 | 81.41 | - |
| YUV | 187.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 231 | 0 | 0.37 | 0.05 | 0.05 | 307.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | E7 | 0 | 25 | 5 | 5 | 133 | 4E | 4D |
| Octal | 362 | 230 | 347 | 0 | 45 | 5 | 5 | 463 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11100111 | 0 | 100101 | 101 | 101 | 100110011 | 1001110 | 1001101 |
Color Harmonies of #F298E7
Complementary color
Monochromatic Colors of #F298E7
Black with #F298E7
Text Example
Text Example
White with #F298E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298E7; }
p { color: rgb(242,152,231); }
H1.HeaderClassName
{
color: #F298E7;
}
.AnyTagClassName
{
color: #F298E7;
}
</style>
background-color css
<style>
a { background-color: #F298E7; }
a { background-color: rgb(242,152,231); }
div.DivClassName
{
background-color: #F298E7;
}
.BgClassName
{
background-color: #F298E7;
}
</style>
border-color css
<style>
span { border-color: #F298E7; }
span { border-color: rgb(242,152,231); }
td.TdClassName
{
border-color: #F298E7;
}
.TagClassName
{
border-color: #F298E7;
}
</style>