Shades of Lavender Rose #F598DC
Tints of Lavender Rose #F598DC
RGB
CMYK
RGB Variations
Color information
#F598DC (or 0xF598DC) is known color: Lavender Rose. HEX triplet: F5, 98 and DC. RGB value is (245,152,220). Sum of RGB (Red+Green+Blue) = 245+152+220=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F598DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598DC is #0A6723. Grayscale: #BBBBBB. Windows color (decimal): -681764 or 14457077. OLE color: 14457077.
HSL color Cylindrical-coordinate representation of color #F598DC: hue angle of 316.13º 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 #F598DC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 220 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.04 |
| HSL | 316.13º | 0.82% | 0.78% | - |
| HSV(B) | 316.13º | 0.38% | 0.96% | - |
| XYZ | 61.8 | 47.04 | 73.53 | - |
| YUV | 187.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 220 | 0 | 0.38 | 0.10 | 0.04 | 316.13 | 0.82 | 0.78 |
| Hex | F5 | 98 | DC | 0 | 26 | A | 4 | 13C | 52 | 4E |
| Octal | 365 | 230 | 334 | 0 | 46 | 12 | 4 | 474 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11011100 | 0 | 100110 | 1010 | 100 | 100111100 | 1010010 | 1001110 |
Color Harmonies of #F598DC
Complementary color
Monochromatic Colors of #F598DC
Black with #F598DC
Text Example
Text Example
White with #F598DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598DC; }
p { color: rgb(245,152,220); }
H1.HeaderClassName
{
color: #F598DC;
}
.AnyTagClassName
{
color: #F598DC;
}
</style>
background-color css
<style>
a { background-color: #F598DC; }
a { background-color: rgb(245,152,220); }
div.DivClassName
{
background-color: #F598DC;
}
.BgClassName
{
background-color: #F598DC;
}
</style>
border-color css
<style>
span { border-color: #F598DC; }
span { border-color: rgb(245,152,220); }
td.TdClassName
{
border-color: #F598DC;
}
.TagClassName
{
border-color: #F598DC;
}
</style>