Shades of Lavender Rose #F397E5
Tints of Lavender Rose #F397E5
RGB
CMYK
RGB Variations
Color information
#F397E5 (or 0xF397E5) is known color: Lavender Rose. HEX triplet: F3, 97 and E5. RGB value is (243,151,229). Sum of RGB (Red+Green+Blue) = 243+151+229=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F397E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397E5 is #0C681A. Grayscale: #BBBBBB. Windows color (decimal): -813083 or 15046643. OLE color: 15046643.
HSL color Cylindrical-coordinate representation of color #F397E5: hue angle of 309.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397E5 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 229 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.05 |
| HSL | 309.13º | 0.79% | 0.77% | - |
| HSV(B) | 309.13º | 0.38% | 0.95% | - |
| XYZ | 62.17 | 46.85 | 79.89 | - |
| YUV | 187.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 229 | 0 | 0.38 | 0.06 | 0.05 | 309.13 | 0.79 | 0.77 |
| Hex | F3 | 97 | E5 | 0 | 26 | 6 | 5 | 135 | 4F | 4D |
| Octal | 363 | 227 | 345 | 0 | 46 | 6 | 5 | 465 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11100101 | 0 | 100110 | 110 | 101 | 100110101 | 1001111 | 1001101 |
Color Harmonies of #F397E5
Complementary color
Monochromatic Colors of #F397E5
Black with #F397E5
Text Example
Text Example
White with #F397E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397E5; }
p { color: rgb(243,151,229); }
H1.HeaderClassName
{
color: #F397E5;
}
.AnyTagClassName
{
color: #F397E5;
}
</style>
background-color css
<style>
a { background-color: #F397E5; }
a { background-color: rgb(243,151,229); }
div.DivClassName
{
background-color: #F397E5;
}
.BgClassName
{
background-color: #F397E5;
}
</style>
border-color css
<style>
span { border-color: #F397E5; }
span { border-color: rgb(243,151,229); }
td.TdClassName
{
border-color: #F397E5;
}
.TagClassName
{
border-color: #F397E5;
}
</style>