Shades of Lavender Rose #F497ED
Tints of Lavender Rose #F497ED
RGB
CMYK
RGB Variations
Color information
#F497ED (or 0xF497ED) is known color: Lavender Rose. HEX triplet: F4, 97 and ED. RGB value is (244,151,237). Sum of RGB (Red+Green+Blue) = 244+151+237=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F497ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F497ED is #0B6812. Grayscale: #BCBCBC. Windows color (decimal): -747539 or 15570932. OLE color: 15570932.
HSL color Cylindrical-coordinate representation of color #F497ED: hue angle of 304.52º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497ED is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 237 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.04 |
| HSL | 304.52º | 0.81% | 0.77% | - |
| HSV(B) | 304.52º | 0.38% | 0.96% | - |
| XYZ | 63.66 | 47.48 | 85.93 | - |
| YUV | 188.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 237 | 0 | 0.38 | 0.03 | 0.04 | 304.52 | 0.81 | 0.77 |
| Hex | F4 | 97 | ED | 0 | 26 | 3 | 4 | 131 | 51 | 4D |
| Octal | 364 | 227 | 355 | 0 | 46 | 3 | 4 | 461 | 121 | 115 |
| Binary | 11110100 | 10010111 | 11101101 | 0 | 100110 | 11 | 100 | 100110001 | 1010001 | 1001101 |
Color Harmonies of #F497ED
Complementary color
Monochromatic Colors of #F497ED
Black with #F497ED
Text Example
Text Example
White with #F497ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497ED; }
p { color: rgb(244,151,237); }
H1.HeaderClassName
{
color: #F497ED;
}
.AnyTagClassName
{
color: #F497ED;
}
</style>
background-color css
<style>
a { background-color: #F497ED; }
a { background-color: rgb(244,151,237); }
div.DivClassName
{
background-color: #F497ED;
}
.BgClassName
{
background-color: #F497ED;
}
</style>
border-color css
<style>
span { border-color: #F497ED; }
span { border-color: rgb(244,151,237); }
td.TdClassName
{
border-color: #F497ED;
}
.TagClassName
{
border-color: #F497ED;
}
</style>