Shades of Tea Rose #F792CF
Tints of Tea Rose #F792CF
RGB
CMYK
RGB Variations
Color information
#F792CF (or 0xF792CF) is known color: Tea Rose. HEX triplet: F7, 92 and CF. RGB value is (247,146,207). Sum of RGB (Red+Green+Blue) = 247+146+207=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CF is #086D30. Grayscale: #B7B7B7. Windows color (decimal): -552241 or 13603575. OLE color: 13603575.
HSL color Cylindrical-coordinate representation of color #F792CF: hue angle of 323.76º 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 #F792CF is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 207 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.03 |
| HSL | 323.76º | 0.86% | 0.77% | - |
| HSV(B) | 323.76º | 0.41% | 0.97% | - |
| XYZ | 59.9 | 44.84 | 64.53 | - |
| YUV | 183.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 207 | 0 | 0.41 | 0.16 | 0.03 | 323.76 | 0.86 | 0.77 |
| Hex | F7 | 92 | CF | 0 | 29 | 10 | 3 | 144 | 56 | 4D |
| Octal | 367 | 222 | 317 | 0 | 51 | 20 | 3 | 504 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11001111 | 0 | 101001 | 10000 | 11 | 101000100 | 1010110 | 1001101 |
Color Harmonies of #F792CF
Complementary color
Monochromatic Colors of #F792CF
Black with #F792CF
Text Example
Text Example
White with #F792CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792CF; }
p { color: rgb(247,146,207); }
H1.HeaderClassName
{
color: #F792CF;
}
.AnyTagClassName
{
color: #F792CF;
}
</style>
background-color css
<style>
a { background-color: #F792CF; }
a { background-color: rgb(247,146,207); }
div.DivClassName
{
background-color: #F792CF;
}
.BgClassName
{
background-color: #F792CF;
}
</style>
border-color css
<style>
span { border-color: #F792CF; }
span { border-color: rgb(247,146,207); }
td.TdClassName
{
border-color: #F792CF;
}
.TagClassName
{
border-color: #F792CF;
}
</style>