Shades of Lavender Rose #F299E5
Tints of Lavender Rose #F299E5
RGB
CMYK
RGB Variations
Color information
#F299E5 (or 0xF299E5) is known color: Lavender Rose. HEX triplet: F2, 99 and E5. RGB value is (242,153,229). Sum of RGB (Red+Green+Blue) = 242+153+229=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E5 is #0D661A. Grayscale: #BCBCBC. Windows color (decimal): -878107 or 15047154. OLE color: 15047154.
HSL color Cylindrical-coordinate representation of color #F299E5: hue angle of 308.76º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299E5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 229 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 308.76º | 0.77% | 0.77% | - |
| HSV(B) | 308.76º | 0.37% | 0.95% | - |
| XYZ | 62.15 | 47.32 | 79.99 | - |
| YUV | 188.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 229 | 0 | 0.37 | 0.05 | 0.05 | 308.76 | 0.77 | 0.77 |
| Hex | F2 | 99 | E5 | 0 | 25 | 5 | 5 | 135 | 4D | 4D |
| Octal | 362 | 231 | 345 | 0 | 45 | 5 | 5 | 465 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11100101 | 0 | 100101 | 101 | 101 | 100110101 | 1001101 | 1001101 |
Color Harmonies of #F299E5
Complementary color
Monochromatic Colors of #F299E5
Black with #F299E5
Text Example
Text Example
White with #F299E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299E5; }
p { color: rgb(242,153,229); }
H1.HeaderClassName
{
color: #F299E5;
}
.AnyTagClassName
{
color: #F299E5;
}
</style>
background-color css
<style>
a { background-color: #F299E5; }
a { background-color: rgb(242,153,229); }
div.DivClassName
{
background-color: #F299E5;
}
.BgClassName
{
background-color: #F299E5;
}
</style>
border-color css
<style>
span { border-color: #F299E5; }
span { border-color: rgb(242,153,229); }
td.TdClassName
{
border-color: #F299E5;
}
.TagClassName
{
border-color: #F299E5;
}
</style>