Shades of Lavender Rose #F493DF
Tints of Lavender Rose #F493DF
RGB
CMYK
RGB Variations
Color information
#F493DF (or 0xF493DF) is known color: Lavender Rose. HEX triplet: F4, 93 and DF. RGB value is (244,147,223). Sum of RGB (Red+Green+Blue) = 244+147+223=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F493DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493DF is #0B6C20. Grayscale: #B8B8B8. Windows color (decimal): -748577 or 14652404. OLE color: 14652404.
HSL color Cylindrical-coordinate representation of color #F493DF: hue angle of 312.99º 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 #F493DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 223 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 312.99º | 0.82% | 0.77% | - |
| HSV(B) | 312.99º | 0.4% | 0.96% | - |
| XYZ | 61.06 | 45.43 | 75.36 | - |
| YUV | 184.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 223 | 0 | 0.40 | 0.09 | 0.04 | 312.99 | 0.82 | 0.77 |
| Hex | F4 | 93 | DF | 0 | 28 | 9 | 4 | 139 | 52 | 4D |
| Octal | 364 | 223 | 337 | 0 | 50 | 11 | 4 | 471 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11011111 | 0 | 101000 | 1001 | 100 | 100111001 | 1010010 | 1001101 |
Color Harmonies of #F493DF
Complementary color
Monochromatic Colors of #F493DF
Black with #F493DF
Text Example
Text Example
White with #F493DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493DF; }
p { color: rgb(244,147,223); }
H1.HeaderClassName
{
color: #F493DF;
}
.AnyTagClassName
{
color: #F493DF;
}
</style>
background-color css
<style>
a { background-color: #F493DF; }
a { background-color: rgb(244,147,223); }
div.DivClassName
{
background-color: #F493DF;
}
.BgClassName
{
background-color: #F493DF;
}
</style>
border-color css
<style>
span { border-color: #F493DF; }
span { border-color: rgb(244,147,223); }
td.TdClassName
{
border-color: #F493DF;
}
.TagClassName
{
border-color: #F493DF;
}
</style>