Shades of Tea Rose #F792CA
Tints of Tea Rose #F792CA
RGB
CMYK
RGB Variations
Color information
#F792CA (or 0xF792CA) is known color: Tea Rose. HEX triplet: F7, 92 and CA. RGB value is (247,146,202). Sum of RGB (Red+Green+Blue) = 247+146+202=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CA is #086D35. Grayscale: #B6B6B6. Windows color (decimal): -552246 or 13275895. OLE color: 13275895.
HSL color Cylindrical-coordinate representation of color #F792CA: hue angle of 326.73º 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 #F792CA is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 202 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.03 |
| HSL | 326.73º | 0.86% | 0.77% | - |
| HSV(B) | 326.73º | 0.41% | 0.97% | - |
| XYZ | 59.3 | 44.6 | 61.36 | - |
| YUV | 182.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 202 | 0 | 0.41 | 0.18 | 0.03 | 326.73 | 0.86 | 0.77 |
| Hex | F7 | 92 | CA | 0 | 29 | 12 | 3 | 147 | 56 | 4D |
| Octal | 367 | 222 | 312 | 0 | 51 | 22 | 3 | 507 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11001010 | 0 | 101001 | 10010 | 11 | 101000111 | 1010110 | 1001101 |
Color Harmonies of #F792CA
Complementary color
Monochromatic Colors of #F792CA
Black with #F792CA
Text Example
Text Example
White with #F792CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792CA; }
p { color: rgb(247,146,202); }
H1.HeaderClassName
{
color: #F792CA;
}
.AnyTagClassName
{
color: #F792CA;
}
</style>
background-color css
<style>
a { background-color: #F792CA; }
a { background-color: rgb(247,146,202); }
div.DivClassName
{
background-color: #F792CA;
}
.BgClassName
{
background-color: #F792CA;
}
</style>
border-color css
<style>
span { border-color: #F792CA; }
span { border-color: rgb(247,146,202); }
td.TdClassName
{
border-color: #F792CA;
}
.TagClassName
{
border-color: #F792CA;
}
</style>