Shades of Lavender Rose #F498DF
Tints of Lavender Rose #F498DF
RGB
CMYK
RGB Variations
Color information
#F498DF (or 0xF498DF) is known color: Lavender Rose. HEX triplet: F4, 98 and DF. RGB value is (244,152,223). Sum of RGB (Red+Green+Blue) = 244+152+223=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F498DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498DF is #0B6720. Grayscale: #BBBBBB. Windows color (decimal): -747297 or 14653684. OLE color: 14653684.
HSL color Cylindrical-coordinate representation of color #F498DF: hue angle of 313.7º 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 #F498DF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 223 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.04 |
| HSL | 313.7º | 0.81% | 0.78% | - |
| HSV(B) | 313.7º | 0.38% | 0.96% | - |
| XYZ | 61.86 | 47.02 | 75.63 | - |
| YUV | 187.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 223 | 0 | 0.38 | 0.09 | 0.04 | 313.7 | 0.81 | 0.78 |
| Hex | F4 | 98 | DF | 0 | 26 | 9 | 4 | 13A | 51 | 4E |
| Octal | 364 | 230 | 337 | 0 | 46 | 11 | 4 | 472 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11011111 | 0 | 100110 | 1001 | 100 | 100111010 | 1010001 | 1001110 |
Color Harmonies of #F498DF
Complementary color
Monochromatic Colors of #F498DF
Black with #F498DF
Text Example
Text Example
White with #F498DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498DF; }
p { color: rgb(244,152,223); }
H1.HeaderClassName
{
color: #F498DF;
}
.AnyTagClassName
{
color: #F498DF;
}
</style>
background-color css
<style>
a { background-color: #F498DF; }
a { background-color: rgb(244,152,223); }
div.DivClassName
{
background-color: #F498DF;
}
.BgClassName
{
background-color: #F498DF;
}
</style>
border-color css
<style>
span { border-color: #F498DF; }
span { border-color: rgb(244,152,223); }
td.TdClassName
{
border-color: #F498DF;
}
.TagClassName
{
border-color: #F498DF;
}
</style>