Shades of Lavender Rose #F298DF
Tints of Lavender Rose #F298DF
RGB
CMYK
RGB Variations
Color information
#F298DF (or 0xF298DF) is known color: Lavender Rose. HEX triplet: F2, 98 and DF. RGB value is (242,152,223). Sum of RGB (Red+Green+Blue) = 242+152+223=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DF is #0D6720. Grayscale: #BABABA. Windows color (decimal): -878369 or 14653682. OLE color: 14653682.
HSL color Cylindrical-coordinate representation of color #F298DF: hue angle of 312.67º 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 #F298DF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 223 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 312.67º | 0.78% | 0.77% | - |
| HSV(B) | 312.67º | 0.37% | 0.95% | - |
| XYZ | 61.17 | 46.66 | 75.59 | - |
| YUV | 187 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 223 | 0 | 0.37 | 0.08 | 0.05 | 312.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | DF | 0 | 25 | 8 | 5 | 139 | 4E | 4D |
| Octal | 362 | 230 | 337 | 0 | 45 | 10 | 5 | 471 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11011111 | 0 | 100101 | 1000 | 101 | 100111001 | 1001110 | 1001101 |
Color Harmonies of #F298DF
Complementary color
Monochromatic Colors of #F298DF
Black with #F298DF
Text Example
Text Example
White with #F298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298DF; }
p { color: rgb(242,152,223); }
H1.HeaderClassName
{
color: #F298DF;
}
.AnyTagClassName
{
color: #F298DF;
}
</style>
background-color css
<style>
a { background-color: #F298DF; }
a { background-color: rgb(242,152,223); }
div.DivClassName
{
background-color: #F298DF;
}
.BgClassName
{
background-color: #F298DF;
}
</style>
border-color css
<style>
span { border-color: #F298DF; }
span { border-color: rgb(242,152,223); }
td.TdClassName
{
border-color: #F298DF;
}
.TagClassName
{
border-color: #F298DF;
}
</style>