Shades of Lavender Rose #F094DF
Tints of Lavender Rose #F094DF
RGB
CMYK
RGB Variations
Color information
#F094DF (or 0xF094DF) is known color: Lavender Rose. HEX triplet: F0, 94 and DF. RGB value is (240,148,223). Sum of RGB (Red+Green+Blue) = 240+148+223=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F094DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094DF is #0F6B20. Grayscale: #B7B7B7. Windows color (decimal): -1010465 or 14652656. OLE color: 14652656.
HSL color Cylindrical-coordinate representation of color #F094DF: hue angle of 311.09º 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 #F094DF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 223 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.06 |
| HSL | 311.09º | 0.75% | 0.76% | - |
| HSV(B) | 311.09º | 0.38% | 0.94% | - |
| XYZ | 59.84 | 45.03 | 75.35 | - |
| YUV | 184.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 223 | 0 | 0.38 | 0.07 | 0.06 | 311.09 | 0.75 | 0.76 |
| Hex | F0 | 94 | DF | 0 | 26 | 7 | 6 | 137 | 4B | 4C |
| Octal | 360 | 224 | 337 | 0 | 46 | 7 | 6 | 467 | 113 | 114 |
| Binary | 11110000 | 10010100 | 11011111 | 0 | 100110 | 111 | 110 | 100110111 | 1001011 | 1001100 |
Color Harmonies of #F094DF
Complementary color
Monochromatic Colors of #F094DF
Black with #F094DF
Text Example
Text Example
White with #F094DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094DF; }
p { color: rgb(240,148,223); }
H1.HeaderClassName
{
color: #F094DF;
}
.AnyTagClassName
{
color: #F094DF;
}
</style>
background-color css
<style>
a { background-color: #F094DF; }
a { background-color: rgb(240,148,223); }
div.DivClassName
{
background-color: #F094DF;
}
.BgClassName
{
background-color: #F094DF;
}
</style>
border-color css
<style>
span { border-color: #F094DF; }
span { border-color: rgb(240,148,223); }
td.TdClassName
{
border-color: #F094DF;
}
.TagClassName
{
border-color: #F094DF;
}
</style>