Shades of Lavender Rose #F297DF
Tints of Lavender Rose #F297DF
RGB
CMYK
RGB Variations
Color information
#F297DF (or 0xF297DF) is known color: Lavender Rose. HEX triplet: F2, 97 and DF. RGB value is (242,151,223). Sum of RGB (Red+Green+Blue) = 242+151+223=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F297DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297DF is #0D6820. Grayscale: #BABABA. Windows color (decimal): -878625 or 14653426. OLE color: 14653426.
HSL color Cylindrical-coordinate representation of color #F297DF: hue angle of 312.53º 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 #F297DF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 223 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.05 |
| HSL | 312.53º | 0.78% | 0.77% | - |
| HSV(B) | 312.53º | 0.38% | 0.95% | - |
| XYZ | 61 | 46.34 | 75.54 | - |
| YUV | 186.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 223 | 0 | 0.38 | 0.08 | 0.05 | 312.53 | 0.78 | 0.77 |
| Hex | F2 | 97 | DF | 0 | 26 | 8 | 5 | 139 | 4E | 4D |
| Octal | 362 | 227 | 337 | 0 | 46 | 10 | 5 | 471 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11011111 | 0 | 100110 | 1000 | 101 | 100111001 | 1001110 | 1001101 |
Color Harmonies of #F297DF
Complementary color
Monochromatic Colors of #F297DF
Black with #F297DF
Text Example
Text Example
White with #F297DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297DF; }
p { color: rgb(242,151,223); }
H1.HeaderClassName
{
color: #F297DF;
}
.AnyTagClassName
{
color: #F297DF;
}
</style>
background-color css
<style>
a { background-color: #F297DF; }
a { background-color: rgb(242,151,223); }
div.DivClassName
{
background-color: #F297DF;
}
.BgClassName
{
background-color: #F297DF;
}
</style>
border-color css
<style>
span { border-color: #F297DF; }
span { border-color: rgb(242,151,223); }
td.TdClassName
{
border-color: #F297DF;
}
.TagClassName
{
border-color: #F297DF;
}
</style>