Shades of Lavender Rose #F597E3
Tints of Lavender Rose #F597E3
RGB
CMYK
RGB Variations
Color information
#F597E3 (or 0xF597E3) is known color: Lavender Rose. HEX triplet: F5, 97 and E3. RGB value is (245,151,227). Sum of RGB (Red+Green+Blue) = 245+151+227=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F597E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597E3 is #0A681C. Grayscale: #BBBBBB. Windows color (decimal): -682013 or 14915573. OLE color: 14915573.
HSL color Cylindrical-coordinate representation of color #F597E3: hue angle of 311.49º 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 #F597E3 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 227 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.04 |
| HSL | 311.49º | 0.82% | 0.78% | - |
| HSV(B) | 311.49º | 0.38% | 0.96% | - |
| XYZ | 62.59 | 47.09 | 78.46 | - |
| YUV | 187.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 227 | 0 | 0.38 | 0.07 | 0.04 | 311.49 | 0.82 | 0.78 |
| Hex | F5 | 97 | E3 | 0 | 26 | 7 | 4 | 137 | 52 | 4E |
| Octal | 365 | 227 | 343 | 0 | 46 | 7 | 4 | 467 | 122 | 116 |
| Binary | 11110101 | 10010111 | 11100011 | 0 | 100110 | 111 | 100 | 100110111 | 1010010 | 1001110 |
Color Harmonies of #F597E3
Complementary color
Monochromatic Colors of #F597E3
Black with #F597E3
Text Example
Text Example
White with #F597E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597E3; }
p { color: rgb(245,151,227); }
H1.HeaderClassName
{
color: #F597E3;
}
.AnyTagClassName
{
color: #F597E3;
}
</style>
background-color css
<style>
a { background-color: #F597E3; }
a { background-color: rgb(245,151,227); }
div.DivClassName
{
background-color: #F597E3;
}
.BgClassName
{
background-color: #F597E3;
}
</style>
border-color css
<style>
span { border-color: #F597E3; }
span { border-color: rgb(245,151,227); }
td.TdClassName
{
border-color: #F597E3;
}
.TagClassName
{
border-color: #F597E3;
}
</style>