Shades of Lavender Rose #F398D9
Tints of Lavender Rose #F398D9
RGB
CMYK
RGB Variations
Color information
#F398D9 (or 0xF398D9) is known color: Lavender Rose. HEX triplet: F3, 98 and D9. RGB value is (243,152,217). Sum of RGB (Red+Green+Blue) = 243+152+217=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F398D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398D9 is #0C6726. Grayscale: #BABABA. Windows color (decimal): -812839 or 14260467. OLE color: 14260467.
HSL color Cylindrical-coordinate representation of color #F398D9: hue angle of 317.14º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398D9 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 217 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.05 |
| HSL | 317.14º | 0.79% | 0.77% | - |
| HSV(B) | 317.14º | 0.37% | 0.95% | - |
| XYZ | 60.71 | 46.52 | 71.43 | - |
| YUV | 186.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 217 | 0 | 0.37 | 0.11 | 0.05 | 317.14 | 0.79 | 0.77 |
| Hex | F3 | 98 | D9 | 0 | 25 | B | 5 | 13D | 4F | 4D |
| Octal | 363 | 230 | 331 | 0 | 45 | 13 | 5 | 475 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11011001 | 0 | 100101 | 1011 | 101 | 100111101 | 1001111 | 1001101 |
Color Harmonies of #F398D9
Complementary color
Monochromatic Colors of #F398D9
Black with #F398D9
Text Example
Text Example
White with #F398D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398D9; }
p { color: rgb(243,152,217); }
H1.HeaderClassName
{
color: #F398D9;
}
.AnyTagClassName
{
color: #F398D9;
}
</style>
background-color css
<style>
a { background-color: #F398D9; }
a { background-color: rgb(243,152,217); }
div.DivClassName
{
background-color: #F398D9;
}
.BgClassName
{
background-color: #F398D9;
}
</style>
border-color css
<style>
span { border-color: #F398D9; }
span { border-color: rgb(243,152,217); }
td.TdClassName
{
border-color: #F398D9;
}
.TagClassName
{
border-color: #F398D9;
}
</style>