Shades of Tea Rose #F795CB
Tints of Tea Rose #F795CB
RGB
CMYK
RGB Variations
Color information
#F795CB (or 0xF795CB) is known color: Tea Rose. HEX triplet: F7, 95 and CB. RGB value is (247,149,203). Sum of RGB (Red+Green+Blue) = 247+149+203=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F795CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795CB is #086A34. Grayscale: #B8B8B8. Windows color (decimal): -551477 or 13342199. OLE color: 13342199.
HSL color Cylindrical-coordinate representation of color #F795CB: hue angle of 326.94º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795CB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 203 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.03 |
| HSL | 326.94º | 0.86% | 0.78% | - |
| HSV(B) | 326.94º | 0.4% | 0.97% | - |
| XYZ | 59.88 | 45.58 | 62.14 | - |
| YUV | 184.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 203 | 0 | 0.40 | 0.18 | 0.03 | 326.94 | 0.86 | 0.78 |
| Hex | F7 | 95 | CB | 0 | 28 | 12 | 3 | 147 | 56 | 4E |
| Octal | 367 | 225 | 313 | 0 | 50 | 22 | 3 | 507 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11001011 | 0 | 101000 | 10010 | 11 | 101000111 | 1010110 | 1001110 |
Color Harmonies of #F795CB
Complementary color
Monochromatic Colors of #F795CB
Black with #F795CB
Text Example
Text Example
White with #F795CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795CB; }
p { color: rgb(247,149,203); }
H1.HeaderClassName
{
color: #F795CB;
}
.AnyTagClassName
{
color: #F795CB;
}
</style>
background-color css
<style>
a { background-color: #F795CB; }
a { background-color: rgb(247,149,203); }
div.DivClassName
{
background-color: #F795CB;
}
.BgClassName
{
background-color: #F795CB;
}
</style>
border-color css
<style>
span { border-color: #F795CB; }
span { border-color: rgb(247,149,203); }
td.TdClassName
{
border-color: #F795CB;
}
.TagClassName
{
border-color: #F795CB;
}
</style>