Shades of Lavender Rose #F598DB
Tints of Lavender Rose #F598DB
RGB
CMYK
RGB Variations
Color information
#F598DB (or 0xF598DB) is known color: Lavender Rose. HEX triplet: F5, 98 and DB. RGB value is (245,152,219). Sum of RGB (Red+Green+Blue) = 245+152+219=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F598DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598DB is #0A6724. Grayscale: #BBBBBB. Windows color (decimal): -681765 or 14391541. OLE color: 14391541.
HSL color Cylindrical-coordinate representation of color #F598DB: hue angle of 316.77º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F598DB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 219 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.04 |
| HSL | 316.77º | 0.82% | 0.78% | - |
| HSV(B) | 316.77º | 0.38% | 0.96% | - |
| XYZ | 61.67 | 46.98 | 72.84 | - |
| YUV | 187.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 219 | 0 | 0.38 | 0.11 | 0.04 | 316.77 | 0.82 | 0.78 |
| Hex | F5 | 98 | DB | 0 | 26 | B | 4 | 13D | 52 | 4E |
| Octal | 365 | 230 | 333 | 0 | 46 | 13 | 4 | 475 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11011011 | 0 | 100110 | 1011 | 100 | 100111101 | 1010010 | 1001110 |
Color Harmonies of #F598DB
Complementary color
Monochromatic Colors of #F598DB
Black with #F598DB
Text Example
Text Example
White with #F598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598DB; }
p { color: rgb(245,152,219); }
H1.HeaderClassName
{
color: #F598DB;
}
.AnyTagClassName
{
color: #F598DB;
}
</style>
background-color css
<style>
a { background-color: #F598DB; }
a { background-color: rgb(245,152,219); }
div.DivClassName
{
background-color: #F598DB;
}
.BgClassName
{
background-color: #F598DB;
}
</style>
border-color css
<style>
span { border-color: #F598DB; }
span { border-color: rgb(245,152,219); }
td.TdClassName
{
border-color: #F598DB;
}
.TagClassName
{
border-color: #F598DB;
}
</style>