Shades of Lavender Rose #F090D3
Tints of Lavender Rose #F090D3
RGB
CMYK
RGB Variations
Color information
#F090D3 (or 0xF090D3) is known color: Lavender Rose. HEX triplet: F0, 90 and D3. RGB value is (240,144,211). Sum of RGB (Red+Green+Blue) = 240+144+211=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D3 is #0F6F2C. Grayscale: #B4B4B4. Windows color (decimal): -1011501 or 13865200. OLE color: 13865200.
HSL color Cylindrical-coordinate representation of color #F090D3: hue angle of 318.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090D3 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 211 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.06 |
| HSL | 318.13º | 0.76% | 0.75% | - |
| HSV(B) | 318.13º | 0.4% | 0.94% | - |
| XYZ | 57.67 | 43.17 | 66.92 | - |
| YUV | 180.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 211 | 0 | 0.4 | 0.12 | 0.06 | 318.13 | 0.76 | 0.75 |
| Hex | F0 | 90 | D3 | 0 | 28 | C | 6 | 13E | 4C | 4B |
| Octal | 360 | 220 | 323 | 0 | 50 | 14 | 6 | 476 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010011 | 0 | 101000 | 1100 | 110 | 100111110 | 1001100 | 1001011 |
Color Harmonies of #F090D3
Complementary color
Monochromatic Colors of #F090D3
Black with #F090D3
Text Example
Text Example
White with #F090D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D3; }
p { color: rgb(240,144,211); }
H1.HeaderClassName
{
color: #F090D3;
}
.AnyTagClassName
{
color: #F090D3;
}
</style>
background-color css
<style>
a { background-color: #F090D3; }
a { background-color: rgb(240,144,211); }
div.DivClassName
{
background-color: #F090D3;
}
.BgClassName
{
background-color: #F090D3;
}
</style>
border-color css
<style>
span { border-color: #F090D3; }
span { border-color: rgb(240,144,211); }
td.TdClassName
{
border-color: #F090D3;
}
.TagClassName
{
border-color: #F090D3;
}
</style>