Shades of Lavender Rose #F396E5
Tints of Lavender Rose #F396E5
RGB
CMYK
RGB Variations
Color information
#F396E5 (or 0xF396E5) is known color: Lavender Rose. HEX triplet: F3, 96 and E5. RGB value is (243,150,229). Sum of RGB (Red+Green+Blue) = 243+150+229=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F396E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396E5 is #0C691A. Grayscale: #BABABA. Windows color (decimal): -813339 or 15046387. OLE color: 15046387.
HSL color Cylindrical-coordinate representation of color #F396E5: hue angle of 309.03º 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 #F396E5 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 229 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.05 |
| HSL | 309.03º | 0.79% | 0.77% | - |
| HSV(B) | 309.03º | 0.38% | 0.95% | - |
| XYZ | 62.01 | 46.52 | 79.84 | - |
| YUV | 186.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 229 | 0 | 0.38 | 0.06 | 0.05 | 309.03 | 0.79 | 0.77 |
| Hex | F3 | 96 | E5 | 0 | 26 | 6 | 5 | 135 | 4F | 4D |
| Octal | 363 | 226 | 345 | 0 | 46 | 6 | 5 | 465 | 117 | 115 |
| Binary | 11110011 | 10010110 | 11100101 | 0 | 100110 | 110 | 101 | 100110101 | 1001111 | 1001101 |
Color Harmonies of #F396E5
Complementary color
Monochromatic Colors of #F396E5
Black with #F396E5
Text Example
Text Example
White with #F396E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F396E5; }
p { color: rgb(243,150,229); }
H1.HeaderClassName
{
color: #F396E5;
}
.AnyTagClassName
{
color: #F396E5;
}
</style>
background-color css
<style>
a { background-color: #F396E5; }
a { background-color: rgb(243,150,229); }
div.DivClassName
{
background-color: #F396E5;
}
.BgClassName
{
background-color: #F396E5;
}
</style>
border-color css
<style>
span { border-color: #F396E5; }
span { border-color: rgb(243,150,229); }
td.TdClassName
{
border-color: #F396E5;
}
.TagClassName
{
border-color: #F396E5;
}
</style>