Shades of Lavender Rose #F492DC
Tints of Lavender Rose #F492DC
RGB
CMYK
RGB Variations
Color information
#F492DC (or 0xF492DC) is known color: Lavender Rose. HEX triplet: F4, 92 and DC. RGB value is (244,146,220). Sum of RGB (Red+Green+Blue) = 244+146+220=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F492DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492DC is #0B6D23. Grayscale: #B7B7B7. Windows color (decimal): -748836 or 14455540. OLE color: 14455540.
HSL color Cylindrical-coordinate representation of color #F492DC: hue angle of 314.69º 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 #F492DC is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 220 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.04 |
| HSL | 314.69º | 0.82% | 0.76% | - |
| HSV(B) | 314.69º | 0.4% | 0.96% | - |
| XYZ | 60.51 | 44.96 | 73.2 | - |
| YUV | 183.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 220 | 0 | 0.40 | 0.10 | 0.04 | 314.69 | 0.82 | 0.76 |
| Hex | F4 | 92 | DC | 0 | 28 | A | 4 | 13B | 52 | 4C |
| Octal | 364 | 222 | 334 | 0 | 50 | 12 | 4 | 473 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11011100 | 0 | 101000 | 1010 | 100 | 100111011 | 1010010 | 1001100 |
Color Harmonies of #F492DC
Complementary color
Monochromatic Colors of #F492DC
Black with #F492DC
Text Example
Text Example
White with #F492DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492DC; }
p { color: rgb(244,146,220); }
H1.HeaderClassName
{
color: #F492DC;
}
.AnyTagClassName
{
color: #F492DC;
}
</style>
background-color css
<style>
a { background-color: #F492DC; }
a { background-color: rgb(244,146,220); }
div.DivClassName
{
background-color: #F492DC;
}
.BgClassName
{
background-color: #F492DC;
}
</style>
border-color css
<style>
span { border-color: #F492DC; }
span { border-color: rgb(244,146,220); }
td.TdClassName
{
border-color: #F492DC;
}
.TagClassName
{
border-color: #F492DC;
}
</style>