Shades of Lavender Rose #F293DA
Tints of Lavender Rose #F293DA
RGB
CMYK
RGB Variations
Color information
#F293DA (or 0xF293DA) is known color: Lavender Rose. HEX triplet: F2, 93 and DA. RGB value is (242,147,218). Sum of RGB (Red+Green+Blue) = 242+147+218=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F293DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293DA is #0D6C25. Grayscale: #B7B7B7. Windows color (decimal): -879654 or 14324722. OLE color: 14324722.
HSL color Cylindrical-coordinate representation of color #F293DA: hue angle of 315.16º 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 #F293DA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 218 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 315.16º | 0.79% | 0.76% | - |
| HSV(B) | 315.16º | 0.39% | 0.95% | - |
| XYZ | 59.71 | 44.81 | 71.83 | - |
| YUV | 183.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 218 | 0 | 0.39 | 0.10 | 0.05 | 315.16 | 0.79 | 0.76 |
| Hex | F2 | 93 | DA | 0 | 27 | A | 5 | 13B | 4F | 4C |
| Octal | 362 | 223 | 332 | 0 | 47 | 12 | 5 | 473 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11011010 | 0 | 100111 | 1010 | 101 | 100111011 | 1001111 | 1001100 |
Color Harmonies of #F293DA
Complementary color
Monochromatic Colors of #F293DA
Black with #F293DA
Text Example
Text Example
White with #F293DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293DA; }
p { color: rgb(242,147,218); }
H1.HeaderClassName
{
color: #F293DA;
}
.AnyTagClassName
{
color: #F293DA;
}
</style>
background-color css
<style>
a { background-color: #F293DA; }
a { background-color: rgb(242,147,218); }
div.DivClassName
{
background-color: #F293DA;
}
.BgClassName
{
background-color: #F293DA;
}
</style>
border-color css
<style>
span { border-color: #F293DA; }
span { border-color: rgb(242,147,218); }
td.TdClassName
{
border-color: #F293DA;
}
.TagClassName
{
border-color: #F293DA;
}
</style>