Shades of Lavender Rose #F090D4
Tints of Lavender Rose #F090D4
RGB
CMYK
RGB Variations
Color information
#F090D4 (or 0xF090D4) is known color: Lavender Rose. HEX triplet: F0, 90 and D4. RGB value is (240,144,212). Sum of RGB (Red+Green+Blue) = 240+144+212=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D4 is #0F6F2B. Grayscale: #B4B4B4. Windows color (decimal): -1011500 or 13930736. OLE color: 13930736.
HSL color Cylindrical-coordinate representation of color #F090D4: hue angle of 317.5º 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 #F090D4 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 212 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.06 |
| HSL | 317.5º | 0.76% | 0.75% | - |
| HSV(B) | 317.5º | 0.4% | 0.94% | - |
| XYZ | 57.79 | 43.23 | 67.58 | - |
| YUV | 180.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 212 | 0 | 0.4 | 0.12 | 0.06 | 317.5 | 0.76 | 0.75 |
| Hex | F0 | 90 | D4 | 0 | 28 | C | 6 | 13E | 4C | 4B |
| Octal | 360 | 220 | 324 | 0 | 50 | 14 | 6 | 476 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010100 | 0 | 101000 | 1100 | 110 | 100111110 | 1001100 | 1001011 |
Color Harmonies of #F090D4
Complementary color
Monochromatic Colors of #F090D4
Black with #F090D4
Text Example
Text Example
White with #F090D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D4; }
p { color: rgb(240,144,212); }
H1.HeaderClassName
{
color: #F090D4;
}
.AnyTagClassName
{
color: #F090D4;
}
</style>
background-color css
<style>
a { background-color: #F090D4; }
a { background-color: rgb(240,144,212); }
div.DivClassName
{
background-color: #F090D4;
}
.BgClassName
{
background-color: #F090D4;
}
</style>
border-color css
<style>
span { border-color: #F090D4; }
span { border-color: rgb(240,144,212); }
td.TdClassName
{
border-color: #F090D4;
}
.TagClassName
{
border-color: #F090D4;
}
</style>