Shades of Lavender Rose #F397D5
Tints of Lavender Rose #F397D5
RGB
CMYK
RGB Variations
Color information
#F397D5 (or 0xF397D5) is known color: Lavender Rose. HEX triplet: F3, 97 and D5. RGB value is (243,151,213). Sum of RGB (Red+Green+Blue) = 243+151+213=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F397D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397D5 is #0C682A. Grayscale: #B9B9B9. Windows color (decimal): -813099 or 13998067. OLE color: 13998067.
HSL color Cylindrical-coordinate representation of color #F397D5: hue angle of 319.57º 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 #F397D5 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 213 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.05 |
| HSL | 319.57º | 0.79% | 0.77% | - |
| HSV(B) | 319.57º | 0.38% | 0.95% | - |
| XYZ | 60.04 | 45.99 | 68.66 | - |
| YUV | 185.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 213 | 0 | 0.38 | 0.12 | 0.05 | 319.57 | 0.79 | 0.77 |
| Hex | F3 | 97 | D5 | 0 | 26 | C | 5 | 140 | 4F | 4D |
| Octal | 363 | 227 | 325 | 0 | 46 | 14 | 5 | 500 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11010101 | 0 | 100110 | 1100 | 101 | 101000000 | 1001111 | 1001101 |
Color Harmonies of #F397D5
Complementary color
Monochromatic Colors of #F397D5
Black with #F397D5
Text Example
Text Example
White with #F397D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397D5; }
p { color: rgb(243,151,213); }
H1.HeaderClassName
{
color: #F397D5;
}
.AnyTagClassName
{
color: #F397D5;
}
</style>
background-color css
<style>
a { background-color: #F397D5; }
a { background-color: rgb(243,151,213); }
div.DivClassName
{
background-color: #F397D5;
}
.BgClassName
{
background-color: #F397D5;
}
</style>
border-color css
<style>
span { border-color: #F397D5; }
span { border-color: rgb(243,151,213); }
td.TdClassName
{
border-color: #F397D5;
}
.TagClassName
{
border-color: #F397D5;
}
</style>