Shades of Tea Rose #F792CE
Tints of Tea Rose #F792CE
RGB
CMYK
RGB Variations
Color information
#F792CE (or 0xF792CE) is known color: Tea Rose. HEX triplet: F7, 92 and CE. RGB value is (247,146,206). Sum of RGB (Red+Green+Blue) = 247+146+206=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CE is #086D31. Grayscale: #B6B6B6. Windows color (decimal): -552242 or 13538039. OLE color: 13538039.
HSL color Cylindrical-coordinate representation of color #F792CE: hue angle of 324.36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792CE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 206 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.03 |
| HSL | 324.36º | 0.86% | 0.77% | - |
| HSV(B) | 324.36º | 0.41% | 0.97% | - |
| XYZ | 59.78 | 44.79 | 63.89 | - |
| YUV | 183.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 206 | 0 | 0.41 | 0.17 | 0.03 | 324.36 | 0.86 | 0.77 |
| Hex | F7 | 92 | CE | 0 | 29 | 11 | 3 | 144 | 56 | 4D |
| Octal | 367 | 222 | 316 | 0 | 51 | 21 | 3 | 504 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11001110 | 0 | 101001 | 10001 | 11 | 101000100 | 1010110 | 1001101 |
Color Harmonies of #F792CE
Complementary color
Monochromatic Colors of #F792CE
Black with #F792CE
Text Example
Text Example
White with #F792CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792CE; }
p { color: rgb(247,146,206); }
H1.HeaderClassName
{
color: #F792CE;
}
.AnyTagClassName
{
color: #F792CE;
}
</style>
background-color css
<style>
a { background-color: #F792CE; }
a { background-color: rgb(247,146,206); }
div.DivClassName
{
background-color: #F792CE;
}
.BgClassName
{
background-color: #F792CE;
}
</style>
border-color css
<style>
span { border-color: #F792CE; }
span { border-color: rgb(247,146,206); }
td.TdClassName
{
border-color: #F792CE;
}
.TagClassName
{
border-color: #F792CE;
}
</style>