Shades of Lavender Rose #F293DF
Tints of Lavender Rose #F293DF
RGB
CMYK
RGB Variations
Color information
#F293DF (or 0xF293DF) is known color: Lavender Rose. HEX triplet: F2, 93 and DF. RGB value is (242,147,223). Sum of RGB (Red+Green+Blue) = 242+147+223=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F293DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293DF is #0D6C20. Grayscale: #B7B7B7. Windows color (decimal): -879649 or 14652402. OLE color: 14652402.
HSL color Cylindrical-coordinate representation of color #F293DF: hue angle of 312º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293DF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 223 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.05 |
| HSL | 312º | 0.79% | 0.76% | - |
| HSV(B) | 312º | 0.39% | 0.95% | - |
| XYZ | 60.37 | 45.07 | 75.33 | - |
| YUV | 184.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 223 | 0 | 0.39 | 0.08 | 0.05 | 312 | 0.79 | 0.76 |
| Hex | F2 | 93 | DF | 0 | 27 | 8 | 5 | 138 | 4F | 4C |
| Octal | 362 | 223 | 337 | 0 | 47 | 10 | 5 | 470 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11011111 | 0 | 100111 | 1000 | 101 | 100111000 | 1001111 | 1001100 |
Color Harmonies of #F293DF
Complementary color
Monochromatic Colors of #F293DF
Black with #F293DF
Text Example
Text Example
White with #F293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293DF; }
p { color: rgb(242,147,223); }
H1.HeaderClassName
{
color: #F293DF;
}
.AnyTagClassName
{
color: #F293DF;
}
</style>
background-color css
<style>
a { background-color: #F293DF; }
a { background-color: rgb(242,147,223); }
div.DivClassName
{
background-color: #F293DF;
}
.BgClassName
{
background-color: #F293DF;
}
</style>
border-color css
<style>
span { border-color: #F293DF; }
span { border-color: rgb(242,147,223); }
td.TdClassName
{
border-color: #F293DF;
}
.TagClassName
{
border-color: #F293DF;
}
</style>