Shades of Lavender Rose #F598D0
Tints of Lavender Rose #F598D0
RGB
CMYK
RGB Variations
Color information
#F598D0 (or 0xF598D0) is known color: Lavender Rose. HEX triplet: F5, 98 and D0. RGB value is (245,152,208). Sum of RGB (Red+Green+Blue) = 245+152+208=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F598D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598D0 is #0A672F. Grayscale: #BABABA. Windows color (decimal): -681776 or 13670645. OLE color: 13670645.
HSL color Cylindrical-coordinate representation of color #F598D0: hue angle of 323.87º 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 #F598D0 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 208 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.04 |
| HSL | 323.87º | 0.82% | 0.78% | - |
| HSV(B) | 323.87º | 0.38% | 0.96% | - |
| XYZ | 60.27 | 46.42 | 65.46 | - |
| YUV | 186.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 208 | 0 | 0.38 | 0.15 | 0.04 | 323.87 | 0.82 | 0.78 |
| Hex | F5 | 98 | D0 | 0 | 26 | F | 4 | 144 | 52 | 4E |
| Octal | 365 | 230 | 320 | 0 | 46 | 17 | 4 | 504 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11010000 | 0 | 100110 | 1111 | 100 | 101000100 | 1010010 | 1001110 |
Color Harmonies of #F598D0
Complementary color
Monochromatic Colors of #F598D0
Black with #F598D0
Text Example
Text Example
White with #F598D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598D0; }
p { color: rgb(245,152,208); }
H1.HeaderClassName
{
color: #F598D0;
}
.AnyTagClassName
{
color: #F598D0;
}
</style>
background-color css
<style>
a { background-color: #F598D0; }
a { background-color: rgb(245,152,208); }
div.DivClassName
{
background-color: #F598D0;
}
.BgClassName
{
background-color: #F598D0;
}
</style>
border-color css
<style>
span { border-color: #F598D0; }
span { border-color: rgb(245,152,208); }
td.TdClassName
{
border-color: #F598D0;
}
.TagClassName
{
border-color: #F598D0;
}
</style>