Shades of Lavender Rose #F492D8
Tints of Lavender Rose #F492D8
RGB
CMYK
RGB Variations
Color information
#F492D8 (or 0xF492D8) is known color: Lavender Rose. HEX triplet: F4, 92 and D8. RGB value is (244,146,216). Sum of RGB (Red+Green+Blue) = 244+146+216=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F492D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492D8 is #0B6D27. Grayscale: #B7B7B7. Windows color (decimal): -748840 or 14193396. OLE color: 14193396.
HSL color Cylindrical-coordinate representation of color #F492D8: hue angle of 317.14º 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 #F492D8 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 216 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 317.14º | 0.82% | 0.76% | - |
| HSV(B) | 317.14º | 0.4% | 0.96% | - |
| XYZ | 59.98 | 44.75 | 70.44 | - |
| YUV | 183.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 216 | 0 | 0.40 | 0.11 | 0.04 | 317.14 | 0.82 | 0.76 |
| Hex | F4 | 92 | D8 | 0 | 28 | B | 4 | 13D | 52 | 4C |
| Octal | 364 | 222 | 330 | 0 | 50 | 13 | 4 | 475 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11011000 | 0 | 101000 | 1011 | 100 | 100111101 | 1010010 | 1001100 |
Color Harmonies of #F492D8
Complementary color
Monochromatic Colors of #F492D8
Black with #F492D8
Text Example
Text Example
White with #F492D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492D8; }
p { color: rgb(244,146,216); }
H1.HeaderClassName
{
color: #F492D8;
}
.AnyTagClassName
{
color: #F492D8;
}
</style>
background-color css
<style>
a { background-color: #F492D8; }
a { background-color: rgb(244,146,216); }
div.DivClassName
{
background-color: #F492D8;
}
.BgClassName
{
background-color: #F492D8;
}
</style>
border-color css
<style>
span { border-color: #F492D8; }
span { border-color: rgb(244,146,216); }
td.TdClassName
{
border-color: #F492D8;
}
.TagClassName
{
border-color: #F492D8;
}
</style>