Shades of Lavender Rose #F398DF
Tints of Lavender Rose #F398DF
RGB
CMYK
RGB Variations
Color information
#F398DF (or 0xF398DF) is known color: Lavender Rose. HEX triplet: F3, 98 and DF. RGB value is (243,152,223). Sum of RGB (Red+Green+Blue) = 243+152+223=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F398DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398DF is #0C6720. Grayscale: #BBBBBB. Windows color (decimal): -812833 or 14653683. OLE color: 14653683.
HSL color Cylindrical-coordinate representation of color #F398DF: hue angle of 313.19º 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 #F398DF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 223 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 313.19º | 0.79% | 0.77% | - |
| HSV(B) | 313.19º | 0.37% | 0.95% | - |
| XYZ | 61.51 | 46.84 | 75.61 | - |
| YUV | 187.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 223 | 0 | 0.37 | 0.08 | 0.05 | 313.19 | 0.79 | 0.77 |
| Hex | F3 | 98 | DF | 0 | 25 | 8 | 5 | 139 | 4F | 4D |
| Octal | 363 | 230 | 337 | 0 | 45 | 10 | 5 | 471 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11011111 | 0 | 100101 | 1000 | 101 | 100111001 | 1001111 | 1001101 |
Color Harmonies of #F398DF
Complementary color
Monochromatic Colors of #F398DF
Black with #F398DF
Text Example
Text Example
White with #F398DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398DF; }
p { color: rgb(243,152,223); }
H1.HeaderClassName
{
color: #F398DF;
}
.AnyTagClassName
{
color: #F398DF;
}
</style>
background-color css
<style>
a { background-color: #F398DF; }
a { background-color: rgb(243,152,223); }
div.DivClassName
{
background-color: #F398DF;
}
.BgClassName
{
background-color: #F398DF;
}
</style>
border-color css
<style>
span { border-color: #F398DF; }
span { border-color: rgb(243,152,223); }
td.TdClassName
{
border-color: #F398DF;
}
.TagClassName
{
border-color: #F398DF;
}
</style>