Shades of Lavender Rose #F294E1
Tints of Lavender Rose #F294E1
RGB
CMYK
RGB Variations
Color information
#F294E1 (or 0xF294E1) is known color: Lavender Rose. HEX triplet: F2, 94 and E1. RGB value is (242,148,225). Sum of RGB (Red+Green+Blue) = 242+148+225=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F294E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294E1 is #0D6B1E. Grayscale: #B8B8B8. Windows color (decimal): -879391 or 14783730. OLE color: 14783730.
HSL color Cylindrical-coordinate representation of color #F294E1: hue angle of 310.85º 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 #F294E1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 225 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.05 |
| HSL | 310.85º | 0.78% | 0.76% | - |
| HSV(B) | 310.85º | 0.39% | 0.95% | - |
| XYZ | 60.8 | 45.49 | 76.81 | - |
| YUV | 184.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 225 | 0 | 0.39 | 0.07 | 0.05 | 310.85 | 0.78 | 0.76 |
| Hex | F2 | 94 | E1 | 0 | 27 | 7 | 5 | 137 | 4E | 4C |
| Octal | 362 | 224 | 341 | 0 | 47 | 7 | 5 | 467 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11100001 | 0 | 100111 | 111 | 101 | 100110111 | 1001110 | 1001100 |
Color Harmonies of #F294E1
Complementary color
Monochromatic Colors of #F294E1
Black with #F294E1
Text Example
Text Example
White with #F294E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294E1; }
p { color: rgb(242,148,225); }
H1.HeaderClassName
{
color: #F294E1;
}
.AnyTagClassName
{
color: #F294E1;
}
</style>
background-color css
<style>
a { background-color: #F294E1; }
a { background-color: rgb(242,148,225); }
div.DivClassName
{
background-color: #F294E1;
}
.BgClassName
{
background-color: #F294E1;
}
</style>
border-color css
<style>
span { border-color: #F294E1; }
span { border-color: rgb(242,148,225); }
td.TdClassName
{
border-color: #F294E1;
}
.TagClassName
{
border-color: #F294E1;
}
</style>