Shades of Lavender Rose #F298DA
Tints of Lavender Rose #F298DA
RGB
CMYK
RGB Variations
Color information
#F298DA (or 0xF298DA) is known color: Lavender Rose. HEX triplet: F2, 98 and DA. RGB value is (242,152,218). Sum of RGB (Red+Green+Blue) = 242+152+218=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DA is #0D6725. Grayscale: #BABABA. Windows color (decimal): -878374 or 14326002. OLE color: 14326002.
HSL color Cylindrical-coordinate representation of color #F298DA: hue angle of 316º 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 #F298DA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 218 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 316º | 0.78% | 0.77% | - |
| HSV(B) | 316º | 0.37% | 0.95% | - |
| XYZ | 60.5 | 46.4 | 72.1 | - |
| YUV | 186.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 218 | 0 | 0.37 | 0.10 | 0.05 | 316 | 0.78 | 0.77 |
| Hex | F2 | 98 | DA | 0 | 25 | A | 5 | 13C | 4E | 4D |
| Octal | 362 | 230 | 332 | 0 | 45 | 12 | 5 | 474 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11011010 | 0 | 100101 | 1010 | 101 | 100111100 | 1001110 | 1001101 |
Color Harmonies of #F298DA
Complementary color
Monochromatic Colors of #F298DA
Black with #F298DA
Text Example
Text Example
White with #F298DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298DA; }
p { color: rgb(242,152,218); }
H1.HeaderClassName
{
color: #F298DA;
}
.AnyTagClassName
{
color: #F298DA;
}
</style>
background-color css
<style>
a { background-color: #F298DA; }
a { background-color: rgb(242,152,218); }
div.DivClassName
{
background-color: #F298DA;
}
.BgClassName
{
background-color: #F298DA;
}
</style>
border-color css
<style>
span { border-color: #F298DA; }
span { border-color: rgb(242,152,218); }
td.TdClassName
{
border-color: #F298DA;
}
.TagClassName
{
border-color: #F298DA;
}
</style>