Shades of Lavender Rose #F598DA
Tints of Lavender Rose #F598DA
RGB
CMYK
RGB Variations
Color information
#F598DA (or 0xF598DA) is known color: Lavender Rose. HEX triplet: F5, 98 and DA. RGB value is (245,152,218). Sum of RGB (Red+Green+Blue) = 245+152+218=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F598DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598DA is #0A6725. Grayscale: #BBBBBB. Windows color (decimal): -681766 or 14326005. OLE color: 14326005.
HSL color Cylindrical-coordinate representation of color #F598DA: hue angle of 317.42º 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 #F598DA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 218 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.04 |
| HSL | 317.42º | 0.82% | 0.78% | - |
| HSV(B) | 317.42º | 0.38% | 0.96% | - |
| XYZ | 61.54 | 46.93 | 72.14 | - |
| YUV | 187.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 218 | 0 | 0.38 | 0.11 | 0.04 | 317.42 | 0.82 | 0.78 |
| Hex | F5 | 98 | DA | 0 | 26 | B | 4 | 13D | 52 | 4E |
| Octal | 365 | 230 | 332 | 0 | 46 | 13 | 4 | 475 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11011010 | 0 | 100110 | 1011 | 100 | 100111101 | 1010010 | 1001110 |
Color Harmonies of #F598DA
Complementary color
Monochromatic Colors of #F598DA
Black with #F598DA
Text Example
Text Example
White with #F598DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598DA; }
p { color: rgb(245,152,218); }
H1.HeaderClassName
{
color: #F598DA;
}
.AnyTagClassName
{
color: #F598DA;
}
</style>
background-color css
<style>
a { background-color: #F598DA; }
a { background-color: rgb(245,152,218); }
div.DivClassName
{
background-color: #F598DA;
}
.BgClassName
{
background-color: #F598DA;
}
</style>
border-color css
<style>
span { border-color: #F598DA; }
span { border-color: rgb(245,152,218); }
td.TdClassName
{
border-color: #F598DA;
}
.TagClassName
{
border-color: #F598DA;
}
</style>