Shades of Lavender Rose #F293DC
Tints of Lavender Rose #F293DC
RGB
CMYK
RGB Variations
Color information
#F293DC (or 0xF293DC) is known color: Lavender Rose. HEX triplet: F2, 93 and DC. RGB value is (242,147,220). Sum of RGB (Red+Green+Blue) = 242+147+220=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F293DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293DC is #0D6C23. Grayscale: #B7B7B7. Windows color (decimal): -879652 or 14455794. OLE color: 14455794.
HSL color Cylindrical-coordinate representation of color #F293DC: hue angle of 313.89º 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 #F293DC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 220 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.05 |
| HSL | 313.89º | 0.79% | 0.76% | - |
| HSV(B) | 313.89º | 0.39% | 0.95% | - |
| XYZ | 59.97 | 44.91 | 73.22 | - |
| YUV | 183.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 220 | 0 | 0.39 | 0.09 | 0.05 | 313.89 | 0.79 | 0.76 |
| Hex | F2 | 93 | DC | 0 | 27 | 9 | 5 | 13A | 4F | 4C |
| Octal | 362 | 223 | 334 | 0 | 47 | 11 | 5 | 472 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11011100 | 0 | 100111 | 1001 | 101 | 100111010 | 1001111 | 1001100 |
Color Harmonies of #F293DC
Complementary color
Monochromatic Colors of #F293DC
Black with #F293DC
Text Example
Text Example
White with #F293DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293DC; }
p { color: rgb(242,147,220); }
H1.HeaderClassName
{
color: #F293DC;
}
.AnyTagClassName
{
color: #F293DC;
}
</style>
background-color css
<style>
a { background-color: #F293DC; }
a { background-color: rgb(242,147,220); }
div.DivClassName
{
background-color: #F293DC;
}
.BgClassName
{
background-color: #F293DC;
}
</style>
border-color css
<style>
span { border-color: #F293DC; }
span { border-color: rgb(242,147,220); }
td.TdClassName
{
border-color: #F293DC;
}
.TagClassName
{
border-color: #F293DC;
}
</style>