Shades of Lavender Rose #F295D5
Tints of Lavender Rose #F295D5
RGB
CMYK
RGB Variations
Color information
#F295D5 (or 0xF295D5) is known color: Lavender Rose. HEX triplet: F2, 95 and D5. RGB value is (242,149,213). Sum of RGB (Red+Green+Blue) = 242+149+213=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F295D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295D5 is #0D6A2A. Grayscale: #B7B7B7. Windows color (decimal): -879147 or 13997554. OLE color: 13997554.
HSL color Cylindrical-coordinate representation of color #F295D5: hue angle of 318.71º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295D5 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 213 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.05 |
| HSL | 318.71º | 0.78% | 0.77% | - |
| HSV(B) | 318.71º | 0.38% | 0.95% | - |
| XYZ | 59.38 | 45.18 | 68.54 | - |
| YUV | 184.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 213 | 0 | 0.38 | 0.12 | 0.05 | 318.71 | 0.78 | 0.77 |
| Hex | F2 | 95 | D5 | 0 | 26 | C | 5 | 13F | 4E | 4D |
| Octal | 362 | 225 | 325 | 0 | 46 | 14 | 5 | 477 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11010101 | 0 | 100110 | 1100 | 101 | 100111111 | 1001110 | 1001101 |
Color Harmonies of #F295D5
Complementary color
Monochromatic Colors of #F295D5
Black with #F295D5
Text Example
Text Example
White with #F295D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295D5; }
p { color: rgb(242,149,213); }
H1.HeaderClassName
{
color: #F295D5;
}
.AnyTagClassName
{
color: #F295D5;
}
</style>
background-color css
<style>
a { background-color: #F295D5; }
a { background-color: rgb(242,149,213); }
div.DivClassName
{
background-color: #F295D5;
}
.BgClassName
{
background-color: #F295D5;
}
</style>
border-color css
<style>
span { border-color: #F295D5; }
span { border-color: rgb(242,149,213); }
td.TdClassName
{
border-color: #F295D5;
}
.TagClassName
{
border-color: #F295D5;
}
</style>