Shades of Lavender Rose #F094DC
Tints of Lavender Rose #F094DC
RGB
CMYK
RGB Variations
Color information
#F094DC (or 0xF094DC) is known color: Lavender Rose. HEX triplet: F0, 94 and DC. RGB value is (240,148,220). Sum of RGB (Red+Green+Blue) = 240+148+220=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F094DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094DC is #0F6B23. Grayscale: #B7B7B7. Windows color (decimal): -1010468 or 14456048. OLE color: 14456048.
HSL color Cylindrical-coordinate representation of color #F094DC: hue angle of 313.04º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094DC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 220 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.06 |
| HSL | 313.04º | 0.75% | 0.76% | - |
| HSV(B) | 313.04º | 0.38% | 0.94% | - |
| XYZ | 59.44 | 44.87 | 73.24 | - |
| YUV | 183.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 220 | 0 | 0.38 | 0.08 | 0.06 | 313.04 | 0.75 | 0.76 |
| Hex | F0 | 94 | DC | 0 | 26 | 8 | 6 | 139 | 4B | 4C |
| Octal | 360 | 224 | 334 | 0 | 46 | 10 | 6 | 471 | 113 | 114 |
| Binary | 11110000 | 10010100 | 11011100 | 0 | 100110 | 1000 | 110 | 100111001 | 1001011 | 1001100 |
Color Harmonies of #F094DC
Complementary color
Monochromatic Colors of #F094DC
Black with #F094DC
Text Example
Text Example
White with #F094DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094DC; }
p { color: rgb(240,148,220); }
H1.HeaderClassName
{
color: #F094DC;
}
.AnyTagClassName
{
color: #F094DC;
}
</style>
background-color css
<style>
a { background-color: #F094DC; }
a { background-color: rgb(240,148,220); }
div.DivClassName
{
background-color: #F094DC;
}
.BgClassName
{
background-color: #F094DC;
}
</style>
border-color css
<style>
span { border-color: #F094DC; }
span { border-color: rgb(240,148,220); }
td.TdClassName
{
border-color: #F094DC;
}
.TagClassName
{
border-color: #F094DC;
}
</style>