Shades of Tea Rose #F794CB
Tints of Tea Rose #F794CB
RGB
CMYK
RGB Variations
Color information
#F794CB (or 0xF794CB) is known color: Tea Rose. HEX triplet: F7, 94 and CB. RGB value is (247,148,203). Sum of RGB (Red+Green+Blue) = 247+148+203=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CB is #086B34. Grayscale: #B7B7B7. Windows color (decimal): -551733 or 13341943. OLE color: 13341943.
HSL color Cylindrical-coordinate representation of color #F794CB: hue angle of 326.67º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794CB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 203 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.03 |
| HSL | 326.67º | 0.86% | 0.77% | - |
| HSV(B) | 326.67º | 0.4% | 0.97% | - |
| XYZ | 59.73 | 45.27 | 62.09 | - |
| YUV | 183.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 203 | 0 | 0.40 | 0.18 | 0.03 | 326.67 | 0.86 | 0.77 |
| Hex | F7 | 94 | CB | 0 | 28 | 12 | 3 | 147 | 56 | 4D |
| Octal | 367 | 224 | 313 | 0 | 50 | 22 | 3 | 507 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11001011 | 0 | 101000 | 10010 | 11 | 101000111 | 1010110 | 1001101 |
Color Harmonies of #F794CB
Complementary color
Monochromatic Colors of #F794CB
Black with #F794CB
Text Example
Text Example
White with #F794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794CB; }
p { color: rgb(247,148,203); }
H1.HeaderClassName
{
color: #F794CB;
}
.AnyTagClassName
{
color: #F794CB;
}
</style>
background-color css
<style>
a { background-color: #F794CB; }
a { background-color: rgb(247,148,203); }
div.DivClassName
{
background-color: #F794CB;
}
.BgClassName
{
background-color: #F794CB;
}
</style>
border-color css
<style>
span { border-color: #F794CB; }
span { border-color: rgb(247,148,203); }
td.TdClassName
{
border-color: #F794CB;
}
.TagClassName
{
border-color: #F794CB;
}
</style>