Shades of Lavender Rose #F492DB
Tints of Lavender Rose #F492DB
RGB
CMYK
RGB Variations
Color information
#F492DB (or 0xF492DB) is known color: Lavender Rose. HEX triplet: F4, 92 and DB. RGB value is (244,146,219). Sum of RGB (Red+Green+Blue) = 244+146+219=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F492DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492DB is #0B6D24. Grayscale: #B7B7B7. Windows color (decimal): -748837 or 14390004. OLE color: 14390004.
HSL color Cylindrical-coordinate representation of color #F492DB: hue angle of 315.31º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492DB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 219 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.04 |
| HSL | 315.31º | 0.82% | 0.76% | - |
| HSV(B) | 315.31º | 0.4% | 0.96% | - |
| XYZ | 60.37 | 44.91 | 72.5 | - |
| YUV | 183.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 219 | 0 | 0.40 | 0.10 | 0.04 | 315.31 | 0.82 | 0.76 |
| Hex | F4 | 92 | DB | 0 | 28 | A | 4 | 13B | 52 | 4C |
| Octal | 364 | 222 | 333 | 0 | 50 | 12 | 4 | 473 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11011011 | 0 | 101000 | 1010 | 100 | 100111011 | 1010010 | 1001100 |
Color Harmonies of #F492DB
Complementary color
Monochromatic Colors of #F492DB
Black with #F492DB
Text Example
Text Example
White with #F492DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492DB; }
p { color: rgb(244,146,219); }
H1.HeaderClassName
{
color: #F492DB;
}
.AnyTagClassName
{
color: #F492DB;
}
</style>
background-color css
<style>
a { background-color: #F492DB; }
a { background-color: rgb(244,146,219); }
div.DivClassName
{
background-color: #F492DB;
}
.BgClassName
{
background-color: #F492DB;
}
</style>
border-color css
<style>
span { border-color: #F492DB; }
span { border-color: rgb(244,146,219); }
td.TdClassName
{
border-color: #F492DB;
}
.TagClassName
{
border-color: #F492DB;
}
</style>