Shades of Lavender Rose #F395DF
Tints of Lavender Rose #F395DF
RGB
CMYK
RGB Variations
Color information
#F395DF (or 0xF395DF) is known color: Lavender Rose. HEX triplet: F3, 95 and DF. RGB value is (243,149,223). Sum of RGB (Red+Green+Blue) = 243+149+223=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F395DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395DF is #0C6A20. Grayscale: #B9B9B9. Windows color (decimal): -813601 or 14652915. OLE color: 14652915.
HSL color Cylindrical-coordinate representation of color #F395DF: hue angle of 312.77º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395DF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 223 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.05 |
| HSL | 312.77º | 0.8% | 0.77% | - |
| HSV(B) | 312.77º | 0.39% | 0.95% | - |
| XYZ | 61.03 | 45.88 | 75.45 | - |
| YUV | 185.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 223 | 0 | 0.39 | 0.08 | 0.05 | 312.77 | 0.8 | 0.77 |
| Hex | F3 | 95 | DF | 0 | 27 | 8 | 5 | 139 | 50 | 4D |
| Octal | 363 | 225 | 337 | 0 | 47 | 10 | 5 | 471 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11011111 | 0 | 100111 | 1000 | 101 | 100111001 | 1010000 | 1001101 |
Color Harmonies of #F395DF
Complementary color
Monochromatic Colors of #F395DF
Black with #F395DF
Text Example
Text Example
White with #F395DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395DF; }
p { color: rgb(243,149,223); }
H1.HeaderClassName
{
color: #F395DF;
}
.AnyTagClassName
{
color: #F395DF;
}
</style>
background-color css
<style>
a { background-color: #F395DF; }
a { background-color: rgb(243,149,223); }
div.DivClassName
{
background-color: #F395DF;
}
.BgClassName
{
background-color: #F395DF;
}
</style>
border-color css
<style>
span { border-color: #F395DF; }
span { border-color: rgb(243,149,223); }
td.TdClassName
{
border-color: #F395DF;
}
.TagClassName
{
border-color: #F395DF;
}
</style>