Shades of Lavender Rose #F498ED
Tints of Lavender Rose #F498ED
RGB
CMYK
RGB Variations
Color information
#F498ED (or 0xF498ED) is known color: Lavender Rose. HEX triplet: F4, 98 and ED. RGB value is (244,152,237). Sum of RGB (Red+Green+Blue) = 244+152+237=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F498ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F498ED is #0B6712. Grayscale: #BCBCBC. Windows color (decimal): -747283 or 15571188. OLE color: 15571188.
HSL color Cylindrical-coordinate representation of color #F498ED: hue angle of 304.57º 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 #F498ED is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 237 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.04 |
| HSL | 304.57º | 0.81% | 0.78% | - |
| HSV(B) | 304.57º | 0.38% | 0.96% | - |
| XYZ | 63.82 | 47.8 | 85.98 | - |
| YUV | 189.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 237 | 0 | 0.38 | 0.03 | 0.04 | 304.57 | 0.81 | 0.78 |
| Hex | F4 | 98 | ED | 0 | 26 | 3 | 4 | 131 | 51 | 4E |
| Octal | 364 | 230 | 355 | 0 | 46 | 3 | 4 | 461 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11101101 | 0 | 100110 | 11 | 100 | 100110001 | 1010001 | 1001110 |
Color Harmonies of #F498ED
Complementary color
Monochromatic Colors of #F498ED
Black with #F498ED
Text Example
Text Example
White with #F498ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498ED; }
p { color: rgb(244,152,237); }
H1.HeaderClassName
{
color: #F498ED;
}
.AnyTagClassName
{
color: #F498ED;
}
</style>
background-color css
<style>
a { background-color: #F498ED; }
a { background-color: rgb(244,152,237); }
div.DivClassName
{
background-color: #F498ED;
}
.BgClassName
{
background-color: #F498ED;
}
</style>
border-color css
<style>
span { border-color: #F498ED; }
span { border-color: rgb(244,152,237); }
td.TdClassName
{
border-color: #F498ED;
}
.TagClassName
{
border-color: #F498ED;
}
</style>