Shades of Lavender Rose #F493DD
Tints of Lavender Rose #F493DD
RGB
CMYK
RGB Variations
Color information
#F493DD (or 0xF493DD) is known color: Lavender Rose. HEX triplet: F4, 93 and DD. RGB value is (244,147,221). Sum of RGB (Red+Green+Blue) = 244+147+221=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F493DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493DD is #0B6C22. Grayscale: #B8B8B8. Windows color (decimal): -748579 or 14521332. OLE color: 14521332.
HSL color Cylindrical-coordinate representation of color #F493DD: hue angle of 314.23º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493DD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 221 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 314.23º | 0.82% | 0.77% | - |
| HSV(B) | 314.23º | 0.4% | 0.96% | - |
| XYZ | 60.79 | 45.32 | 73.95 | - |
| YUV | 184.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 221 | 0 | 0.40 | 0.09 | 0.04 | 314.23 | 0.82 | 0.77 |
| Hex | F4 | 93 | DD | 0 | 28 | 9 | 4 | 13A | 52 | 4D |
| Octal | 364 | 223 | 335 | 0 | 50 | 11 | 4 | 472 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11011101 | 0 | 101000 | 1001 | 100 | 100111010 | 1010010 | 1001101 |
Color Harmonies of #F493DD
Complementary color
Monochromatic Colors of #F493DD
Black with #F493DD
Text Example
Text Example
White with #F493DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493DD; }
p { color: rgb(244,147,221); }
H1.HeaderClassName
{
color: #F493DD;
}
.AnyTagClassName
{
color: #F493DD;
}
</style>
background-color css
<style>
a { background-color: #F493DD; }
a { background-color: rgb(244,147,221); }
div.DivClassName
{
background-color: #F493DD;
}
.BgClassName
{
background-color: #F493DD;
}
</style>
border-color css
<style>
span { border-color: #F493DD; }
span { border-color: rgb(244,147,221); }
td.TdClassName
{
border-color: #F493DD;
}
.TagClassName
{
border-color: #F493DD;
}
</style>