Shades of Lavender Rose #F294DA
Tints of Lavender Rose #F294DA
RGB
CMYK
RGB Variations
Color information
#F294DA (or 0xF294DA) is known color: Lavender Rose. HEX triplet: F2, 94 and DA. RGB value is (242,148,218). Sum of RGB (Red+Green+Blue) = 242+148+218=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F294DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294DA is #0D6B25. Grayscale: #B7B7B7. Windows color (decimal): -879398 or 14324978. OLE color: 14324978.
HSL color Cylindrical-coordinate representation of color #F294DA: hue angle of 315.32º 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 #F294DA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 218 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 315.32º | 0.78% | 0.76% | - |
| HSV(B) | 315.32º | 0.39% | 0.95% | - |
| XYZ | 59.86 | 45.12 | 71.88 | - |
| YUV | 184.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 218 | 0 | 0.39 | 0.10 | 0.05 | 315.32 | 0.78 | 0.76 |
| Hex | F2 | 94 | DA | 0 | 27 | A | 5 | 13B | 4E | 4C |
| Octal | 362 | 224 | 332 | 0 | 47 | 12 | 5 | 473 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11011010 | 0 | 100111 | 1010 | 101 | 100111011 | 1001110 | 1001100 |
Color Harmonies of #F294DA
Complementary color
Monochromatic Colors of #F294DA
Black with #F294DA
Text Example
Text Example
White with #F294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294DA; }
p { color: rgb(242,148,218); }
H1.HeaderClassName
{
color: #F294DA;
}
.AnyTagClassName
{
color: #F294DA;
}
</style>
background-color css
<style>
a { background-color: #F294DA; }
a { background-color: rgb(242,148,218); }
div.DivClassName
{
background-color: #F294DA;
}
.BgClassName
{
background-color: #F294DA;
}
</style>
border-color css
<style>
span { border-color: #F294DA; }
span { border-color: rgb(242,148,218); }
td.TdClassName
{
border-color: #F294DA;
}
.TagClassName
{
border-color: #F294DA;
}
</style>