Shades of Lavender Rose #F397E9
Tints of Lavender Rose #F397E9
RGB
CMYK
RGB Variations
Color information
#F397E9 (or 0xF397E9) is known color: Lavender Rose. HEX triplet: F3, 97 and E9. RGB value is (243,151,233). Sum of RGB (Red+Green+Blue) = 243+151+233=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F397E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397E9 is #0C6816. Grayscale: #BBBBBB. Windows color (decimal): -813079 or 15308787. OLE color: 15308787.
HSL color Cylindrical-coordinate representation of color #F397E9: hue angle of 306.52º 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 #F397E9 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 233 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.05 |
| HSL | 306.52º | 0.79% | 0.77% | - |
| HSV(B) | 306.52º | 0.38% | 0.95% | - |
| XYZ | 62.74 | 47.07 | 82.87 | - |
| YUV | 187.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 233 | 0 | 0.38 | 0.04 | 0.05 | 306.52 | 0.79 | 0.77 |
| Hex | F3 | 97 | E9 | 0 | 26 | 4 | 5 | 133 | 4F | 4D |
| Octal | 363 | 227 | 351 | 0 | 46 | 4 | 5 | 463 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11101001 | 0 | 100110 | 100 | 101 | 100110011 | 1001111 | 1001101 |
Color Harmonies of #F397E9
Complementary color
Monochromatic Colors of #F397E9
Black with #F397E9
Text Example
Text Example
White with #F397E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397E9; }
p { color: rgb(243,151,233); }
H1.HeaderClassName
{
color: #F397E9;
}
.AnyTagClassName
{
color: #F397E9;
}
</style>
background-color css
<style>
a { background-color: #F397E9; }
a { background-color: rgb(243,151,233); }
div.DivClassName
{
background-color: #F397E9;
}
.BgClassName
{
background-color: #F397E9;
}
</style>
border-color css
<style>
span { border-color: #F397E9; }
span { border-color: rgb(243,151,233); }
td.TdClassName
{
border-color: #F397E9;
}
.TagClassName
{
border-color: #F397E9;
}
</style>