Shades of Tea Rose #F780C7
Tints of Tea Rose #F780C7
RGB
CMYK
RGB Variations
Color information
#F780C7 (or 0xF780C7) is known color: Tea Rose. HEX triplet: F7, 80 and C7. RGB value is (247,128,199). Sum of RGB (Red+Green+Blue) = 247+128+199=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F780C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780C7 is #087F38. Grayscale: #ABABAB. Windows color (decimal): -556857 or 13074679. OLE color: 13074679.
HSL color Cylindrical-coordinate representation of color #F780C7: hue angle of 324.2º 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 #F780C7 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 199 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.03 |
| HSL | 324.2º | 0.88% | 0.74% | - |
| HSV(B) | 324.2º | 0.48% | 0.97% | - |
| XYZ | 56.39 | 39.34 | 58.65 | - |
| YUV | 171.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 199 | 0 | 0.48 | 0.19 | 0.03 | 324.2 | 0.88 | 0.74 |
| Hex | F7 | 80 | C7 | 0 | 30 | 13 | 3 | 144 | 58 | 4A |
| Octal | 367 | 200 | 307 | 0 | 60 | 23 | 3 | 504 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11000111 | 0 | 110000 | 10011 | 11 | 101000100 | 1011000 | 1001010 |
Color Harmonies of #F780C7
Complementary color
Monochromatic Colors of #F780C7
Black with #F780C7
Text Example
Text Example
White with #F780C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780C7; }
p { color: rgb(247,128,199); }
H1.HeaderClassName
{
color: #F780C7;
}
.AnyTagClassName
{
color: #F780C7;
}
</style>
background-color css
<style>
a { background-color: #F780C7; }
a { background-color: rgb(247,128,199); }
div.DivClassName
{
background-color: #F780C7;
}
.BgClassName
{
background-color: #F780C7;
}
</style>
border-color css
<style>
span { border-color: #F780C7; }
span { border-color: rgb(247,128,199); }
td.TdClassName
{
border-color: #F780C7;
}
.TagClassName
{
border-color: #F780C7;
}
</style>