Shades of Lavender Rose #F294DF
Tints of Lavender Rose #F294DF
RGB
CMYK
RGB Variations
Color information
#F294DF (or 0xF294DF) is known color: Lavender Rose. HEX triplet: F2, 94 and DF. RGB value is (242,148,223). Sum of RGB (Red+Green+Blue) = 242+148+223=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F294DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294DF is #0D6B20. Grayscale: #B8B8B8. Windows color (decimal): -879393 or 14652658. OLE color: 14652658.
HSL color Cylindrical-coordinate representation of color #F294DF: hue angle of 312.13º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294DF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 223 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.05 |
| HSL | 312.13º | 0.78% | 0.76% | - |
| HSV(B) | 312.13º | 0.39% | 0.95% | - |
| XYZ | 60.53 | 45.38 | 75.38 | - |
| YUV | 184.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 223 | 0 | 0.39 | 0.08 | 0.05 | 312.13 | 0.78 | 0.76 |
| Hex | F2 | 94 | DF | 0 | 27 | 8 | 5 | 138 | 4E | 4C |
| Octal | 362 | 224 | 337 | 0 | 47 | 10 | 5 | 470 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11011111 | 0 | 100111 | 1000 | 101 | 100111000 | 1001110 | 1001100 |
Color Harmonies of #F294DF
Complementary color
Monochromatic Colors of #F294DF
Black with #F294DF
Text Example
Text Example
White with #F294DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294DF; }
p { color: rgb(242,148,223); }
H1.HeaderClassName
{
color: #F294DF;
}
.AnyTagClassName
{
color: #F294DF;
}
</style>
background-color css
<style>
a { background-color: #F294DF; }
a { background-color: rgb(242,148,223); }
div.DivClassName
{
background-color: #F294DF;
}
.BgClassName
{
background-color: #F294DF;
}
</style>
border-color css
<style>
span { border-color: #F294DF; }
span { border-color: rgb(242,148,223); }
td.TdClassName
{
border-color: #F294DF;
}
.TagClassName
{
border-color: #F294DF;
}
</style>