Shades of Tea Rose #F780C5
Tints of Tea Rose #F780C5
RGB
CMYK
RGB Variations
Color information
#F780C5 (or 0xF780C5) is known color: Tea Rose. HEX triplet: F7, 80 and C5. RGB value is (247,128,197). Sum of RGB (Red+Green+Blue) = 247+128+197=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F780C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780C5 is #087F3A. Grayscale: #ABABAB. Windows color (decimal): -556859 or 12943607. OLE color: 12943607.
HSL color Cylindrical-coordinate representation of color #F780C5: hue angle of 325.21º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780C5 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 197 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.03 |
| HSL | 325.21º | 0.88% | 0.74% | - |
| HSV(B) | 325.21º | 0.48% | 0.97% | - |
| XYZ | 56.15 | 39.24 | 57.44 | - |
| YUV | 171.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 197 | 0 | 0.48 | 0.20 | 0.03 | 325.21 | 0.88 | 0.74 |
| Hex | F7 | 80 | C5 | 0 | 30 | 14 | 3 | 145 | 58 | 4A |
| Octal | 367 | 200 | 305 | 0 | 60 | 24 | 3 | 505 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11000101 | 0 | 110000 | 10100 | 11 | 101000101 | 1011000 | 1001010 |
Color Harmonies of #F780C5
Complementary color
Monochromatic Colors of #F780C5
Black with #F780C5
Text Example
Text Example
White with #F780C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780C5; }
p { color: rgb(247,128,197); }
H1.HeaderClassName
{
color: #F780C5;
}
.AnyTagClassName
{
color: #F780C5;
}
</style>
background-color css
<style>
a { background-color: #F780C5; }
a { background-color: rgb(247,128,197); }
div.DivClassName
{
background-color: #F780C5;
}
.BgClassName
{
background-color: #F780C5;
}
</style>
border-color css
<style>
span { border-color: #F780C5; }
span { border-color: rgb(247,128,197); }
td.TdClassName
{
border-color: #F780C5;
}
.TagClassName
{
border-color: #F780C5;
}
</style>