Shades of Lavender Rose #F390D3
Tints of Lavender Rose #F390D3
RGB
CMYK
RGB Variations
Color information
#F390D3 (or 0xF390D3) is known color: Lavender Rose. HEX triplet: F3, 90 and D3. RGB value is (243,144,211). Sum of RGB (Red+Green+Blue) = 243+144+211=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F390D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390D3 is #0C6F2C. Grayscale: #B5B5B5. Windows color (decimal): -814893 or 13865203. OLE color: 13865203.
HSL color Cylindrical-coordinate representation of color #F390D3: hue angle of 319.39º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390D3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 211 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.05 |
| HSL | 319.39º | 0.8% | 0.76% | - |
| HSV(B) | 319.39º | 0.41% | 0.95% | - |
| XYZ | 58.69 | 43.7 | 66.97 | - |
| YUV | 181.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 211 | 0 | 0.41 | 0.13 | 0.05 | 319.39 | 0.8 | 0.76 |
| Hex | F3 | 90 | D3 | 0 | 29 | D | 5 | 13F | 50 | 4C |
| Octal | 363 | 220 | 323 | 0 | 51 | 15 | 5 | 477 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11010011 | 0 | 101001 | 1101 | 101 | 100111111 | 1010000 | 1001100 |
Color Harmonies of #F390D3
Complementary color
Monochromatic Colors of #F390D3
Black with #F390D3
Text Example
Text Example
White with #F390D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390D3; }
p { color: rgb(243,144,211); }
H1.HeaderClassName
{
color: #F390D3;
}
.AnyTagClassName
{
color: #F390D3;
}
</style>
background-color css
<style>
a { background-color: #F390D3; }
a { background-color: rgb(243,144,211); }
div.DivClassName
{
background-color: #F390D3;
}
.BgClassName
{
background-color: #F390D3;
}
</style>
border-color css
<style>
span { border-color: #F390D3; }
span { border-color: rgb(243,144,211); }
td.TdClassName
{
border-color: #F390D3;
}
.TagClassName
{
border-color: #F390D3;
}
</style>