Shades of Lavender Rose #F397D1
Tints of Lavender Rose #F397D1
RGB
CMYK
RGB Variations
Color information
#F397D1 (or 0xF397D1) is known color: Lavender Rose. HEX triplet: F3, 97 and D1. RGB value is (243,151,209). Sum of RGB (Red+Green+Blue) = 243+151+209=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F397D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397D1 is #0C682E. Grayscale: #B8B8B8. Windows color (decimal): -813103 or 13735923. OLE color: 13735923.
HSL color Cylindrical-coordinate representation of color #F397D1: hue angle of 322.17º 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 #F397D1 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 209 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.05 |
| HSL | 322.17º | 0.79% | 0.77% | - |
| HSV(B) | 322.17º | 0.38% | 0.95% | - |
| XYZ | 59.54 | 45.79 | 66.02 | - |
| YUV | 185.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 209 | 0 | 0.38 | 0.14 | 0.05 | 322.17 | 0.79 | 0.77 |
| Hex | F3 | 97 | D1 | 0 | 26 | E | 5 | 142 | 4F | 4D |
| Octal | 363 | 227 | 321 | 0 | 46 | 16 | 5 | 502 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11010001 | 0 | 100110 | 1110 | 101 | 101000010 | 1001111 | 1001101 |
Color Harmonies of #F397D1
Complementary color
Monochromatic Colors of #F397D1
Black with #F397D1
Text Example
Text Example
White with #F397D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397D1; }
p { color: rgb(243,151,209); }
H1.HeaderClassName
{
color: #F397D1;
}
.AnyTagClassName
{
color: #F397D1;
}
</style>
background-color css
<style>
a { background-color: #F397D1; }
a { background-color: rgb(243,151,209); }
div.DivClassName
{
background-color: #F397D1;
}
.BgClassName
{
background-color: #F397D1;
}
</style>
border-color css
<style>
span { border-color: #F397D1; }
span { border-color: rgb(243,151,209); }
td.TdClassName
{
border-color: #F397D1;
}
.TagClassName
{
border-color: #F397D1;
}
</style>