Shades of Lavender Rose #F293DD
Tints of Lavender Rose #F293DD
RGB
CMYK
RGB Variations
Color information
#F293DD (or 0xF293DD) is known color: Lavender Rose. HEX triplet: F2, 93 and DD. RGB value is (242,147,221). Sum of RGB (Red+Green+Blue) = 242+147+221=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F293DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293DD is #0D6C22. Grayscale: #B7B7B7. Windows color (decimal): -879651 or 14521330. OLE color: 14521330.
HSL color Cylindrical-coordinate representation of color #F293DD: hue angle of 313.26º 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 #F293DD is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 221 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.05 |
| HSL | 313.26º | 0.79% | 0.76% | - |
| HSV(B) | 313.26º | 0.39% | 0.95% | - |
| XYZ | 60.1 | 44.97 | 73.92 | - |
| YUV | 183.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 221 | 0 | 0.39 | 0.09 | 0.05 | 313.26 | 0.79 | 0.76 |
| Hex | F2 | 93 | DD | 0 | 27 | 9 | 5 | 139 | 4F | 4C |
| Octal | 362 | 223 | 335 | 0 | 47 | 11 | 5 | 471 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11011101 | 0 | 100111 | 1001 | 101 | 100111001 | 1001111 | 1001100 |
Color Harmonies of #F293DD
Complementary color
Monochromatic Colors of #F293DD
Black with #F293DD
Text Example
Text Example
White with #F293DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293DD; }
p { color: rgb(242,147,221); }
H1.HeaderClassName
{
color: #F293DD;
}
.AnyTagClassName
{
color: #F293DD;
}
</style>
background-color css
<style>
a { background-color: #F293DD; }
a { background-color: rgb(242,147,221); }
div.DivClassName
{
background-color: #F293DD;
}
.BgClassName
{
background-color: #F293DD;
}
</style>
border-color css
<style>
span { border-color: #F293DD; }
span { border-color: rgb(242,147,221); }
td.TdClassName
{
border-color: #F293DD;
}
.TagClassName
{
border-color: #F293DD;
}
</style>