Shades of Tea Rose #F780CF
Tints of Tea Rose #F780CF
RGB
CMYK
RGB Variations
Color information
#F780CF (or 0xF780CF) is known color: Tea Rose. HEX triplet: F7, 80 and CF. RGB value is (247,128,207). Sum of RGB (Red+Green+Blue) = 247+128+207=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F780CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780CF is #087F30. Grayscale: #ACACAC. Windows color (decimal): -556849 or 13598967. OLE color: 13598967.
HSL color Cylindrical-coordinate representation of color #F780CF: hue angle of 320.17º 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 #F780CF is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 207 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.03 |
| HSL | 320.17º | 0.88% | 0.74% | - |
| HSV(B) | 320.17º | 0.48% | 0.97% | - |
| XYZ | 57.34 | 39.72 | 63.68 | - |
| YUV | 172.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 207 | 0 | 0.48 | 0.16 | 0.03 | 320.17 | 0.88 | 0.74 |
| Hex | F7 | 80 | CF | 0 | 30 | 10 | 3 | 140 | 58 | 4A |
| Octal | 367 | 200 | 317 | 0 | 60 | 20 | 3 | 500 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11001111 | 0 | 110000 | 10000 | 11 | 101000000 | 1011000 | 1001010 |
Color Harmonies of #F780CF
Complementary color
Monochromatic Colors of #F780CF
Black with #F780CF
Text Example
Text Example
White with #F780CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780CF; }
p { color: rgb(247,128,207); }
H1.HeaderClassName
{
color: #F780CF;
}
.AnyTagClassName
{
color: #F780CF;
}
</style>
background-color css
<style>
a { background-color: #F780CF; }
a { background-color: rgb(247,128,207); }
div.DivClassName
{
background-color: #F780CF;
}
.BgClassName
{
background-color: #F780CF;
}
</style>
border-color css
<style>
span { border-color: #F780CF; }
span { border-color: rgb(247,128,207); }
td.TdClassName
{
border-color: #F780CF;
}
.TagClassName
{
border-color: #F780CF;
}
</style>