Shades of Lavender Rose #F395D5
Tints of Lavender Rose #F395D5
RGB
CMYK
RGB Variations
Color information
#F395D5 (or 0xF395D5) is known color: Lavender Rose. HEX triplet: F3, 95 and D5. RGB value is (243,149,213). Sum of RGB (Red+Green+Blue) = 243+149+213=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F395D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395D5 is #0C6A2A. Grayscale: #B8B8B8. Windows color (decimal): -813611 or 13997555. OLE color: 13997555.
HSL color Cylindrical-coordinate representation of color #F395D5: hue angle of 319.15º 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 #F395D5 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 213 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.05 |
| HSL | 319.15º | 0.8% | 0.77% | - |
| HSV(B) | 319.15º | 0.39% | 0.95% | - |
| XYZ | 59.72 | 45.35 | 68.56 | - |
| YUV | 184.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 213 | 0 | 0.39 | 0.12 | 0.05 | 319.15 | 0.8 | 0.77 |
| Hex | F3 | 95 | D5 | 0 | 27 | C | 5 | 13F | 50 | 4D |
| Octal | 363 | 225 | 325 | 0 | 47 | 14 | 5 | 477 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11010101 | 0 | 100111 | 1100 | 101 | 100111111 | 1010000 | 1001101 |
Color Harmonies of #F395D5
Complementary color
Monochromatic Colors of #F395D5
Black with #F395D5
Text Example
Text Example
White with #F395D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395D5; }
p { color: rgb(243,149,213); }
H1.HeaderClassName
{
color: #F395D5;
}
.AnyTagClassName
{
color: #F395D5;
}
</style>
background-color css
<style>
a { background-color: #F395D5; }
a { background-color: rgb(243,149,213); }
div.DivClassName
{
background-color: #F395D5;
}
.BgClassName
{
background-color: #F395D5;
}
</style>
border-color css
<style>
span { border-color: #F395D5; }
span { border-color: rgb(243,149,213); }
td.TdClassName
{
border-color: #F395D5;
}
.TagClassName
{
border-color: #F395D5;
}
</style>