Shades of Lavender Rose #F294D7
Tints of Lavender Rose #F294D7
RGB
CMYK
RGB Variations
Color information
#F294D7 (or 0xF294D7) is known color: Lavender Rose. HEX triplet: F2, 94 and D7. RGB value is (242,148,215). Sum of RGB (Red+Green+Blue) = 242+148+215=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F294D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294D7 is #0D6B28. Grayscale: #B7B7B7. Windows color (decimal): -879401 or 14128370. OLE color: 14128370.
HSL color Cylindrical-coordinate representation of color #F294D7: hue angle of 317.23º 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 #F294D7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 215 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.05 |
| HSL | 317.23º | 0.78% | 0.76% | - |
| HSV(B) | 317.23º | 0.39% | 0.95% | - |
| XYZ | 59.47 | 44.96 | 69.83 | - |
| YUV | 183.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 215 | 0 | 0.39 | 0.11 | 0.05 | 317.23 | 0.78 | 0.76 |
| Hex | F2 | 94 | D7 | 0 | 27 | B | 5 | 13D | 4E | 4C |
| Octal | 362 | 224 | 327 | 0 | 47 | 13 | 5 | 475 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11010111 | 0 | 100111 | 1011 | 101 | 100111101 | 1001110 | 1001100 |
Color Harmonies of #F294D7
Complementary color
Monochromatic Colors of #F294D7
Black with #F294D7
Text Example
Text Example
White with #F294D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294D7; }
p { color: rgb(242,148,215); }
H1.HeaderClassName
{
color: #F294D7;
}
.AnyTagClassName
{
color: #F294D7;
}
</style>
background-color css
<style>
a { background-color: #F294D7; }
a { background-color: rgb(242,148,215); }
div.DivClassName
{
background-color: #F294D7;
}
.BgClassName
{
background-color: #F294D7;
}
</style>
border-color css
<style>
span { border-color: #F294D7; }
span { border-color: rgb(242,148,215); }
td.TdClassName
{
border-color: #F294D7;
}
.TagClassName
{
border-color: #F294D7;
}
</style>