Shades of Lavender Rose #F498EC
Tints of Lavender Rose #F498EC
RGB
CMYK
RGB Variations
Color information
#F498EC (or 0xF498EC) is known color: Lavender Rose. HEX triplet: F4, 98 and EC. RGB value is (244,152,236). Sum of RGB (Red+Green+Blue) = 244+152+236=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F498EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F498EC is #0B6713. Grayscale: #BCBCBC. Windows color (decimal): -747284 or 15505652. OLE color: 15505652.
HSL color Cylindrical-coordinate representation of color #F498EC: hue angle of 305.22º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498EC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 236 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.04 |
| HSL | 305.22º | 0.81% | 0.78% | - |
| HSV(B) | 305.22º | 0.38% | 0.96% | - |
| XYZ | 63.68 | 47.75 | 85.22 | - |
| YUV | 189.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 236 | 0 | 0.38 | 0.03 | 0.04 | 305.22 | 0.81 | 0.78 |
| Hex | F4 | 98 | EC | 0 | 26 | 3 | 4 | 131 | 51 | 4E |
| Octal | 364 | 230 | 354 | 0 | 46 | 3 | 4 | 461 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11101100 | 0 | 100110 | 11 | 100 | 100110001 | 1010001 | 1001110 |
Color Harmonies of #F498EC
Complementary color
Monochromatic Colors of #F498EC
Black with #F498EC
Text Example
Text Example
White with #F498EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498EC; }
p { color: rgb(244,152,236); }
H1.HeaderClassName
{
color: #F498EC;
}
.AnyTagClassName
{
color: #F498EC;
}
</style>
background-color css
<style>
a { background-color: #F498EC; }
a { background-color: rgb(244,152,236); }
div.DivClassName
{
background-color: #F498EC;
}
.BgClassName
{
background-color: #F498EC;
}
</style>
border-color css
<style>
span { border-color: #F498EC; }
span { border-color: rgb(244,152,236); }
td.TdClassName
{
border-color: #F498EC;
}
.TagClassName
{
border-color: #F498EC;
}
</style>