Shades of Tea Rose #F780D0
Tints of Tea Rose #F780D0
RGB
CMYK
RGB Variations
Color information
#F780D0 (or 0xF780D0) is known color: Tea Rose. HEX triplet: F7, 80 and D0. RGB value is (247,128,208). Sum of RGB (Red+Green+Blue) = 247+128+208=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F780D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780D0 is #087F2F. Grayscale: #ACACAC. Windows color (decimal): -556848 or 13664503. OLE color: 13664503.
HSL color Cylindrical-coordinate representation of color #F780D0: hue angle of 319.66º 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 #F780D0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 208 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.03 |
| HSL | 319.66º | 0.88% | 0.74% | - |
| HSV(B) | 319.66º | 0.48% | 0.97% | - |
| XYZ | 57.46 | 39.77 | 64.32 | - |
| YUV | 172.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 208 | 0 | 0.48 | 0.16 | 0.03 | 319.66 | 0.88 | 0.74 |
| Hex | F7 | 80 | D0 | 0 | 30 | 10 | 3 | 140 | 58 | 4A |
| Octal | 367 | 200 | 320 | 0 | 60 | 20 | 3 | 500 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11010000 | 0 | 110000 | 10000 | 11 | 101000000 | 1011000 | 1001010 |
Color Harmonies of #F780D0
Complementary color
Monochromatic Colors of #F780D0
Black with #F780D0
Text Example
Text Example
White with #F780D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780D0; }
p { color: rgb(247,128,208); }
H1.HeaderClassName
{
color: #F780D0;
}
.AnyTagClassName
{
color: #F780D0;
}
</style>
background-color css
<style>
a { background-color: #F780D0; }
a { background-color: rgb(247,128,208); }
div.DivClassName
{
background-color: #F780D0;
}
.BgClassName
{
background-color: #F780D0;
}
</style>
border-color css
<style>
span { border-color: #F780D0; }
span { border-color: rgb(247,128,208); }
td.TdClassName
{
border-color: #F780D0;
}
.TagClassName
{
border-color: #F780D0;
}
</style>