Shades of Lavender Rose #F599D8
Tints of Lavender Rose #F599D8
RGB
CMYK
RGB Variations
Color information
#F599D8 (or 0xF599D8) is known color: Lavender Rose. HEX triplet: F5, 99 and D8. RGB value is (245,153,216). Sum of RGB (Red+Green+Blue) = 245+153+216=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F599D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599D8 is #0A6627. Grayscale: #BBBBBB. Windows color (decimal): -681512 or 14195189. OLE color: 14195189.
HSL color Cylindrical-coordinate representation of color #F599D8: hue angle of 318.91º 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 #F599D8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 216 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.04 |
| HSL | 318.91º | 0.82% | 0.78% | - |
| HSV(B) | 318.91º | 0.38% | 0.96% | - |
| XYZ | 61.44 | 47.15 | 70.83 | - |
| YUV | 187.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 216 | 0 | 0.38 | 0.12 | 0.04 | 318.91 | 0.82 | 0.78 |
| Hex | F5 | 99 | D8 | 0 | 26 | C | 4 | 13F | 52 | 4E |
| Octal | 365 | 231 | 330 | 0 | 46 | 14 | 4 | 477 | 122 | 116 |
| Binary | 11110101 | 10011001 | 11011000 | 0 | 100110 | 1100 | 100 | 100111111 | 1010010 | 1001110 |
Color Harmonies of #F599D8
Complementary color
Monochromatic Colors of #F599D8
Black with #F599D8
Text Example
Text Example
White with #F599D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599D8; }
p { color: rgb(245,153,216); }
H1.HeaderClassName
{
color: #F599D8;
}
.AnyTagClassName
{
color: #F599D8;
}
</style>
background-color css
<style>
a { background-color: #F599D8; }
a { background-color: rgb(245,153,216); }
div.DivClassName
{
background-color: #F599D8;
}
.BgClassName
{
background-color: #F599D8;
}
</style>
border-color css
<style>
span { border-color: #F599D8; }
span { border-color: rgb(245,153,216); }
td.TdClassName
{
border-color: #F599D8;
}
.TagClassName
{
border-color: #F599D8;
}
</style>