Shades of Tea Rose #F793C8
Tints of Tea Rose #F793C8
RGB
CMYK
RGB Variations
Color information
#F793C8 (or 0xF793C8) is known color: Tea Rose. HEX triplet: F7, 93 and C8. RGB value is (247,147,200). Sum of RGB (Red+Green+Blue) = 247+147+200=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F793C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793C8 is #086C37. Grayscale: #B6B6B6. Windows color (decimal): -551992 or 13145079. OLE color: 13145079.
HSL color Cylindrical-coordinate representation of color #F793C8: hue angle of 328.2º 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 #F793C8 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 200 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.03 |
| HSL | 328.2º | 0.86% | 0.77% | - |
| HSV(B) | 328.2º | 0.4% | 0.97% | - |
| XYZ | 59.22 | 44.81 | 60.17 | - |
| YUV | 182.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 200 | 0 | 0.40 | 0.19 | 0.03 | 328.2 | 0.86 | 0.77 |
| Hex | F7 | 93 | C8 | 0 | 28 | 13 | 3 | 148 | 56 | 4D |
| Octal | 367 | 223 | 310 | 0 | 50 | 23 | 3 | 510 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11001000 | 0 | 101000 | 10011 | 11 | 101001000 | 1010110 | 1001101 |
Color Harmonies of #F793C8
Complementary color
Monochromatic Colors of #F793C8
Black with #F793C8
Text Example
Text Example
White with #F793C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793C8; }
p { color: rgb(247,147,200); }
H1.HeaderClassName
{
color: #F793C8;
}
.AnyTagClassName
{
color: #F793C8;
}
</style>
background-color css
<style>
a { background-color: #F793C8; }
a { background-color: rgb(247,147,200); }
div.DivClassName
{
background-color: #F793C8;
}
.BgClassName
{
background-color: #F793C8;
}
</style>
border-color css
<style>
span { border-color: #F793C8; }
span { border-color: rgb(247,147,200); }
td.TdClassName
{
border-color: #F793C8;
}
.TagClassName
{
border-color: #F793C8;
}
</style>