Shades of Tea Rose #F792CB
Tints of Tea Rose #F792CB
RGB
CMYK
RGB Variations
Color information
#F792CB (or 0xF792CB) is known color: Tea Rose. HEX triplet: F7, 92 and CB. RGB value is (247,146,203). Sum of RGB (Red+Green+Blue) = 247+146+203=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CB is #086D34. Grayscale: #B6B6B6. Windows color (decimal): -552245 or 13341431. OLE color: 13341431.
HSL color Cylindrical-coordinate representation of color #F792CB: hue angle of 326.14º 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 #F792CB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 203 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.03 |
| HSL | 326.14º | 0.86% | 0.77% | - |
| HSV(B) | 326.14º | 0.41% | 0.97% | - |
| XYZ | 59.42 | 44.64 | 61.99 | - |
| YUV | 182.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 203 | 0 | 0.41 | 0.18 | 0.03 | 326.14 | 0.86 | 0.77 |
| Hex | F7 | 92 | CB | 0 | 29 | 12 | 3 | 146 | 56 | 4D |
| Octal | 367 | 222 | 313 | 0 | 51 | 22 | 3 | 506 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11001011 | 0 | 101001 | 10010 | 11 | 101000110 | 1010110 | 1001101 |
Color Harmonies of #F792CB
Complementary color
Monochromatic Colors of #F792CB
Black with #F792CB
Text Example
Text Example
White with #F792CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792CB; }
p { color: rgb(247,146,203); }
H1.HeaderClassName
{
color: #F792CB;
}
.AnyTagClassName
{
color: #F792CB;
}
</style>
background-color css
<style>
a { background-color: #F792CB; }
a { background-color: rgb(247,146,203); }
div.DivClassName
{
background-color: #F792CB;
}
.BgClassName
{
background-color: #F792CB;
}
</style>
border-color css
<style>
span { border-color: #F792CB; }
span { border-color: rgb(247,146,203); }
td.TdClassName
{
border-color: #F792CB;
}
.TagClassName
{
border-color: #F792CB;
}
</style>