Shades of Tea Rose #F793CC
Tints of Tea Rose #F793CC
RGB
CMYK
RGB Variations
Color information
#F793CC (or 0xF793CC) is known color: Tea Rose. HEX triplet: F7, 93 and CC. RGB value is (247,147,204). Sum of RGB (Red+Green+Blue) = 247+147+204=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CC is #086C33. Grayscale: #B7B7B7. Windows color (decimal): -551988 or 13407223. OLE color: 13407223.
HSL color Cylindrical-coordinate representation of color #F793CC: hue angle of 325.8º 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 #F793CC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 204 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.03 |
| HSL | 325.8º | 0.86% | 0.77% | - |
| HSV(B) | 325.8º | 0.4% | 0.97% | - |
| XYZ | 59.69 | 45 | 62.67 | - |
| YUV | 183.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 204 | 0 | 0.40 | 0.17 | 0.03 | 325.8 | 0.86 | 0.77 |
| Hex | F7 | 93 | CC | 0 | 28 | 11 | 3 | 146 | 56 | 4D |
| Octal | 367 | 223 | 314 | 0 | 50 | 21 | 3 | 506 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11001100 | 0 | 101000 | 10001 | 11 | 101000110 | 1010110 | 1001101 |
Color Harmonies of #F793CC
Complementary color
Monochromatic Colors of #F793CC
Black with #F793CC
Text Example
Text Example
White with #F793CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793CC; }
p { color: rgb(247,147,204); }
H1.HeaderClassName
{
color: #F793CC;
}
.AnyTagClassName
{
color: #F793CC;
}
</style>
background-color css
<style>
a { background-color: #F793CC; }
a { background-color: rgb(247,147,204); }
div.DivClassName
{
background-color: #F793CC;
}
.BgClassName
{
background-color: #F793CC;
}
</style>
border-color css
<style>
span { border-color: #F793CC; }
span { border-color: rgb(247,147,204); }
td.TdClassName
{
border-color: #F793CC;
}
.TagClassName
{
border-color: #F793CC;
}
</style>