Shades of Lavender Rose #F793D4
Tints of Lavender Rose #F793D4
RGB
CMYK
RGB Variations
Color information
#F793D4 (or 0xF793D4) is known color: Lavender Rose. HEX triplet: F7, 93 and D4. RGB value is (247,147,212). Sum of RGB (Red+Green+Blue) = 247+147+212=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D4 is #086C2B. Grayscale: #B8B8B8. Windows color (decimal): -551980 or 13931511. OLE color: 13931511.
HSL color Cylindrical-coordinate representation of color #F793D4: hue angle of 321º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793D4 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 212 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.03 |
| HSL | 321º | 0.86% | 0.77% | - |
| HSV(B) | 321º | 0.4% | 0.97% | - |
| XYZ | 60.68 | 45.4 | 67.85 | - |
| YUV | 184.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 212 | 0 | 0.40 | 0.14 | 0.03 | 321 | 0.86 | 0.77 |
| Hex | F7 | 93 | D4 | 0 | 28 | E | 3 | 141 | 56 | 4D |
| Octal | 367 | 223 | 324 | 0 | 50 | 16 | 3 | 501 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11010100 | 0 | 101000 | 1110 | 11 | 101000001 | 1010110 | 1001101 |
Color Harmonies of #F793D4
Complementary color
Monochromatic Colors of #F793D4
Black with #F793D4
Text Example
Text Example
White with #F793D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793D4; }
p { color: rgb(247,147,212); }
H1.HeaderClassName
{
color: #F793D4;
}
.AnyTagClassName
{
color: #F793D4;
}
</style>
background-color css
<style>
a { background-color: #F793D4; }
a { background-color: rgb(247,147,212); }
div.DivClassName
{
background-color: #F793D4;
}
.BgClassName
{
background-color: #F793D4;
}
</style>
border-color css
<style>
span { border-color: #F793D4; }
span { border-color: rgb(247,147,212); }
td.TdClassName
{
border-color: #F793D4;
}
.TagClassName
{
border-color: #F793D4;
}
</style>