Shades of Lavender Rose #F995EA
Tints of Lavender Rose #F995EA
RGB
CMYK
RGB Variations
Color information
#F995EA (or 0xF995EA) is known color: Lavender Rose. HEX triplet: F9, 95 and EA. RGB value is (249,149,234). Sum of RGB (Red+Green+Blue) = 249+149+234=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F995EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995EA is #066A15. Grayscale: #BCBCBC. Windows color (decimal): -420374 or 15373817. OLE color: 15373817.
HSL color Cylindrical-coordinate representation of color #F995EA: hue angle of 309º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995EA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 234 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.02 |
| HSL | 309º | 0.89% | 0.78% | - |
| HSV(B) | 309º | 0.4% | 0.98% | - |
| XYZ | 64.67 | 47.58 | 83.62 | - |
| YUV | 188.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 234 | 0 | 0.40 | 0.06 | 0.02 | 309 | 0.89 | 0.78 |
| Hex | F9 | 95 | EA | 0 | 28 | 6 | 2 | 135 | 59 | 4E |
| Octal | 371 | 225 | 352 | 0 | 50 | 6 | 2 | 465 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11101010 | 0 | 101000 | 110 | 10 | 100110101 | 1011001 | 1001110 |
Color Harmonies of #F995EA
Complementary color
Monochromatic Colors of #F995EA
Black with #F995EA
Text Example
Text Example
White with #F995EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995EA; }
p { color: rgb(249,149,234); }
H1.HeaderClassName
{
color: #F995EA;
}
.AnyTagClassName
{
color: #F995EA;
}
</style>
background-color css
<style>
a { background-color: #F995EA; }
a { background-color: rgb(249,149,234); }
div.DivClassName
{
background-color: #F995EA;
}
.BgClassName
{
background-color: #F995EA;
}
</style>
border-color css
<style>
span { border-color: #F995EA; }
span { border-color: rgb(249,149,234); }
td.TdClassName
{
border-color: #F995EA;
}
.TagClassName
{
border-color: #F995EA;
}
</style>