Shades of Tea Rose #F795CC
Tints of Tea Rose #F795CC
RGB
CMYK
RGB Variations
Color information
#F795CC (or 0xF795CC) is known color: Tea Rose. HEX triplet: F7, 95 and CC. RGB value is (247,149,204). Sum of RGB (Red+Green+Blue) = 247+149+204=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F795CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795CC is #086A33. Grayscale: #B8B8B8. Windows color (decimal): -551476 or 13407735. OLE color: 13407735.
HSL color Cylindrical-coordinate representation of color #F795CC: hue angle of 326.33º 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 #F795CC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 204 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.03 |
| HSL | 326.33º | 0.86% | 0.78% | - |
| HSV(B) | 326.33º | 0.4% | 0.97% | - |
| XYZ | 60 | 45.63 | 62.77 | - |
| YUV | 184.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 204 | 0 | 0.40 | 0.17 | 0.03 | 326.33 | 0.86 | 0.78 |
| Hex | F7 | 95 | CC | 0 | 28 | 11 | 3 | 146 | 56 | 4E |
| Octal | 367 | 225 | 314 | 0 | 50 | 21 | 3 | 506 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11001100 | 0 | 101000 | 10001 | 11 | 101000110 | 1010110 | 1001110 |
Color Harmonies of #F795CC
Complementary color
Monochromatic Colors of #F795CC
Black with #F795CC
Text Example
Text Example
White with #F795CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795CC; }
p { color: rgb(247,149,204); }
H1.HeaderClassName
{
color: #F795CC;
}
.AnyTagClassName
{
color: #F795CC;
}
</style>
background-color css
<style>
a { background-color: #F795CC; }
a { background-color: rgb(247,149,204); }
div.DivClassName
{
background-color: #F795CC;
}
.BgClassName
{
background-color: #F795CC;
}
</style>
border-color css
<style>
span { border-color: #F795CC; }
span { border-color: rgb(247,149,204); }
td.TdClassName
{
border-color: #F795CC;
}
.TagClassName
{
border-color: #F795CC;
}
</style>