Shades of Lavender Rose #F597E2
Tints of Lavender Rose #F597E2
RGB
CMYK
RGB Variations
Color information
#F597E2 (or 0xF597E2) is known color: Lavender Rose. HEX triplet: F5, 97 and E2. RGB value is (245,151,226). Sum of RGB (Red+Green+Blue) = 245+151+226=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F597E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597E2 is #0A681D. Grayscale: #BBBBBB. Windows color (decimal): -682014 or 14850037. OLE color: 14850037.
HSL color Cylindrical-coordinate representation of color #F597E2: hue angle of 312.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 #F597E2 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 226 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.04 |
| HSL | 312.13º | 0.82% | 0.78% | - |
| HSV(B) | 312.13º | 0.38% | 0.96% | - |
| XYZ | 62.45 | 47.04 | 77.74 | - |
| YUV | 187.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 226 | 0 | 0.38 | 0.08 | 0.04 | 312.13 | 0.82 | 0.78 |
| Hex | F5 | 97 | E2 | 0 | 26 | 8 | 4 | 138 | 52 | 4E |
| Octal | 365 | 227 | 342 | 0 | 46 | 10 | 4 | 470 | 122 | 116 |
| Binary | 11110101 | 10010111 | 11100010 | 0 | 100110 | 1000 | 100 | 100111000 | 1010010 | 1001110 |
Color Harmonies of #F597E2
Complementary color
Monochromatic Colors of #F597E2
Black with #F597E2
Text Example
Text Example
White with #F597E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597E2; }
p { color: rgb(245,151,226); }
H1.HeaderClassName
{
color: #F597E2;
}
.AnyTagClassName
{
color: #F597E2;
}
</style>
background-color css
<style>
a { background-color: #F597E2; }
a { background-color: rgb(245,151,226); }
div.DivClassName
{
background-color: #F597E2;
}
.BgClassName
{
background-color: #F597E2;
}
</style>
border-color css
<style>
span { border-color: #F597E2; }
span { border-color: rgb(245,151,226); }
td.TdClassName
{
border-color: #F597E2;
}
.TagClassName
{
border-color: #F597E2;
}
</style>