Shades of Lavender Rose #F297DA
Tints of Lavender Rose #F297DA
RGB
CMYK
RGB Variations
Color information
#F297DA (or 0xF297DA) is known color: Lavender Rose. HEX triplet: F2, 97 and DA. RGB value is (242,151,218). Sum of RGB (Red+Green+Blue) = 242+151+218=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F297DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297DA is #0D6825. Grayscale: #B9B9B9. Windows color (decimal): -878630 or 14325746. OLE color: 14325746.
HSL color Cylindrical-coordinate representation of color #F297DA: hue angle of 315.82º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F297DA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 218 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.05 |
| HSL | 315.82º | 0.78% | 0.77% | - |
| HSV(B) | 315.82º | 0.38% | 0.95% | - |
| XYZ | 60.34 | 46.07 | 72.04 | - |
| YUV | 185.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 218 | 0 | 0.38 | 0.10 | 0.05 | 315.82 | 0.78 | 0.77 |
| Hex | F2 | 97 | DA | 0 | 26 | A | 5 | 13C | 4E | 4D |
| Octal | 362 | 227 | 332 | 0 | 46 | 12 | 5 | 474 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11011010 | 0 | 100110 | 1010 | 101 | 100111100 | 1001110 | 1001101 |
Color Harmonies of #F297DA
Complementary color
Monochromatic Colors of #F297DA
Black with #F297DA
Text Example
Text Example
White with #F297DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297DA; }
p { color: rgb(242,151,218); }
H1.HeaderClassName
{
color: #F297DA;
}
.AnyTagClassName
{
color: #F297DA;
}
</style>
background-color css
<style>
a { background-color: #F297DA; }
a { background-color: rgb(242,151,218); }
div.DivClassName
{
background-color: #F297DA;
}
.BgClassName
{
background-color: #F297DA;
}
</style>
border-color css
<style>
span { border-color: #F297DA; }
span { border-color: rgb(242,151,218); }
td.TdClassName
{
border-color: #F297DA;
}
.TagClassName
{
border-color: #F297DA;
}
</style>