Shades of Tea Rose #F792D1
Tints of Tea Rose #F792D1
RGB
CMYK
RGB Variations
Color information
#F792D1 (or 0xF792D1) is known color: Tea Rose. HEX triplet: F7, 92 and D1. RGB value is (247,146,209). Sum of RGB (Red+Green+Blue) = 247+146+209=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F792D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792D1 is #086D2E. Grayscale: #B7B7B7. Windows color (decimal): -552239 or 13734647. OLE color: 13734647.
HSL color Cylindrical-coordinate representation of color #F792D1: hue angle of 322.57º 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 #F792D1 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 209 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 322.57º | 0.86% | 0.77% | - |
| HSV(B) | 322.57º | 0.41% | 0.97% | - |
| XYZ | 60.15 | 44.94 | 65.83 | - |
| YUV | 183.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 209 | 0 | 0.41 | 0.15 | 0.03 | 322.57 | 0.86 | 0.77 |
| Hex | F7 | 92 | D1 | 0 | 29 | F | 3 | 143 | 56 | 4D |
| Octal | 367 | 222 | 321 | 0 | 51 | 17 | 3 | 503 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11010001 | 0 | 101001 | 1111 | 11 | 101000011 | 1010110 | 1001101 |
Color Harmonies of #F792D1
Complementary color
Monochromatic Colors of #F792D1
Black with #F792D1
Text Example
Text Example
White with #F792D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792D1; }
p { color: rgb(247,146,209); }
H1.HeaderClassName
{
color: #F792D1;
}
.AnyTagClassName
{
color: #F792D1;
}
</style>
background-color css
<style>
a { background-color: #F792D1; }
a { background-color: rgb(247,146,209); }
div.DivClassName
{
background-color: #F792D1;
}
.BgClassName
{
background-color: #F792D1;
}
</style>
border-color css
<style>
span { border-color: #F792D1; }
span { border-color: rgb(247,146,209); }
td.TdClassName
{
border-color: #F792D1;
}
.TagClassName
{
border-color: #F792D1;
}
</style>