Shades of Lavender Rose #F395D1
Tints of Lavender Rose #F395D1
RGB
CMYK
RGB Variations
Color information
#F395D1 (or 0xF395D1) is known color: Lavender Rose. HEX triplet: F3, 95 and D1. RGB value is (243,149,209). Sum of RGB (Red+Green+Blue) = 243+149+209=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F395D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395D1 is #0C6A2E. Grayscale: #B7B7B7. Windows color (decimal): -813615 or 13735411. OLE color: 13735411.
HSL color Cylindrical-coordinate representation of color #F395D1: hue angle of 321.7º 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 #F395D1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 209 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.05 |
| HSL | 321.7º | 0.8% | 0.77% | - |
| HSV(B) | 321.7º | 0.39% | 0.95% | - |
| XYZ | 59.22 | 45.15 | 65.92 | - |
| YUV | 183.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 209 | 0 | 0.39 | 0.14 | 0.05 | 321.7 | 0.8 | 0.77 |
| Hex | F3 | 95 | D1 | 0 | 27 | E | 5 | 142 | 50 | 4D |
| Octal | 363 | 225 | 321 | 0 | 47 | 16 | 5 | 502 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11010001 | 0 | 100111 | 1110 | 101 | 101000010 | 1010000 | 1001101 |
Color Harmonies of #F395D1
Complementary color
Monochromatic Colors of #F395D1
Black with #F395D1
Text Example
Text Example
White with #F395D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395D1; }
p { color: rgb(243,149,209); }
H1.HeaderClassName
{
color: #F395D1;
}
.AnyTagClassName
{
color: #F395D1;
}
</style>
background-color css
<style>
a { background-color: #F395D1; }
a { background-color: rgb(243,149,209); }
div.DivClassName
{
background-color: #F395D1;
}
.BgClassName
{
background-color: #F395D1;
}
</style>
border-color css
<style>
span { border-color: #F395D1; }
span { border-color: rgb(243,149,209); }
td.TdClassName
{
border-color: #F395D1;
}
.TagClassName
{
border-color: #F395D1;
}
</style>