Shades of Lavender Rose #F497D4
Tints of Lavender Rose #F497D4
RGB
CMYK
RGB Variations
Color information
#F497D4 (or 0xF497D4) is known color: Lavender Rose. HEX triplet: F4, 97 and D4. RGB value is (244,151,212). Sum of RGB (Red+Green+Blue) = 244+151+212=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F497D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497D4 is #0B682B. Grayscale: #B9B9B9. Windows color (decimal): -747564 or 13932532. OLE color: 13932532.
HSL color Cylindrical-coordinate representation of color #F497D4: hue angle of 320.65º 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 #F497D4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 212 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.04 |
| HSL | 320.65º | 0.81% | 0.77% | - |
| HSV(B) | 320.65º | 0.38% | 0.96% | - |
| XYZ | 60.26 | 46.12 | 68.01 | - |
| YUV | 185.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 212 | 0 | 0.38 | 0.13 | 0.04 | 320.65 | 0.81 | 0.77 |
| Hex | F4 | 97 | D4 | 0 | 26 | D | 4 | 141 | 51 | 4D |
| Octal | 364 | 227 | 324 | 0 | 46 | 15 | 4 | 501 | 121 | 115 |
| Binary | 11110100 | 10010111 | 11010100 | 0 | 100110 | 1101 | 100 | 101000001 | 1010001 | 1001101 |
Color Harmonies of #F497D4
Complementary color
Monochromatic Colors of #F497D4
Black with #F497D4
Text Example
Text Example
White with #F497D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497D4; }
p { color: rgb(244,151,212); }
H1.HeaderClassName
{
color: #F497D4;
}
.AnyTagClassName
{
color: #F497D4;
}
</style>
background-color css
<style>
a { background-color: #F497D4; }
a { background-color: rgb(244,151,212); }
div.DivClassName
{
background-color: #F497D4;
}
.BgClassName
{
background-color: #F497D4;
}
</style>
border-color css
<style>
span { border-color: #F497D4; }
span { border-color: rgb(244,151,212); }
td.TdClassName
{
border-color: #F497D4;
}
.TagClassName
{
border-color: #F497D4;
}
</style>