Shades of Lavender Rose #F295E2
Tints of Lavender Rose #F295E2
RGB
CMYK
RGB Variations
Color information
#F295E2 (or 0xF295E2) is known color: Lavender Rose. HEX triplet: F2, 95 and E2. RGB value is (242,149,226). Sum of RGB (Red+Green+Blue) = 242+149+226=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F295E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295E2 is #0D6A1D. Grayscale: #B9B9B9. Windows color (decimal): -879134 or 14849522. OLE color: 14849522.
HSL color Cylindrical-coordinate representation of color #F295E2: hue angle of 310.32º 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 #F295E2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 226 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.05 |
| HSL | 310.32º | 0.78% | 0.77% | - |
| HSV(B) | 310.32º | 0.38% | 0.95% | - |
| XYZ | 61.09 | 45.86 | 77.58 | - |
| YUV | 185.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 226 | 0 | 0.38 | 0.07 | 0.05 | 310.32 | 0.78 | 0.77 |
| Hex | F2 | 95 | E2 | 0 | 26 | 7 | 5 | 136 | 4E | 4D |
| Octal | 362 | 225 | 342 | 0 | 46 | 7 | 5 | 466 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11100010 | 0 | 100110 | 111 | 101 | 100110110 | 1001110 | 1001101 |
Color Harmonies of #F295E2
Complementary color
Monochromatic Colors of #F295E2
Black with #F295E2
Text Example
Text Example
White with #F295E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295E2; }
p { color: rgb(242,149,226); }
H1.HeaderClassName
{
color: #F295E2;
}
.AnyTagClassName
{
color: #F295E2;
}
</style>
background-color css
<style>
a { background-color: #F295E2; }
a { background-color: rgb(242,149,226); }
div.DivClassName
{
background-color: #F295E2;
}
.BgClassName
{
background-color: #F295E2;
}
</style>
border-color css
<style>
span { border-color: #F295E2; }
span { border-color: rgb(242,149,226); }
td.TdClassName
{
border-color: #F295E2;
}
.TagClassName
{
border-color: #F295E2;
}
</style>