Shades of Tea Rose #F780C1
Tints of Tea Rose #F780C1
RGB
CMYK
RGB Variations
Color information
#F780C1 (or 0xF780C1) is known color: Tea Rose. HEX triplet: F7, 80 and C1. RGB value is (247,128,193). Sum of RGB (Red+Green+Blue) = 247+128+193=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F780C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780C1 is #087F3E. Grayscale: #AAAAAA. Windows color (decimal): -556863 or 12681463. OLE color: 12681463.
HSL color Cylindrical-coordinate representation of color #F780C1: hue angle of 327.23º 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 #F780C1 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 193 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.03 |
| HSL | 327.23º | 0.88% | 0.74% | - |
| HSV(B) | 327.23º | 0.48% | 0.97% | - |
| XYZ | 55.7 | 39.06 | 55.06 | - |
| YUV | 170.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 193 | 0 | 0.48 | 0.22 | 0.03 | 327.23 | 0.88 | 0.74 |
| Hex | F7 | 80 | C1 | 0 | 30 | 16 | 3 | 147 | 58 | 4A |
| Octal | 367 | 200 | 301 | 0 | 60 | 26 | 3 | 507 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11000001 | 0 | 110000 | 10110 | 11 | 101000111 | 1011000 | 1001010 |
Color Harmonies of #F780C1
Complementary color
Monochromatic Colors of #F780C1
Black with #F780C1
Text Example
Text Example
White with #F780C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780C1; }
p { color: rgb(247,128,193); }
H1.HeaderClassName
{
color: #F780C1;
}
.AnyTagClassName
{
color: #F780C1;
}
</style>
background-color css
<style>
a { background-color: #F780C1; }
a { background-color: rgb(247,128,193); }
div.DivClassName
{
background-color: #F780C1;
}
.BgClassName
{
background-color: #F780C1;
}
</style>
border-color css
<style>
span { border-color: #F780C1; }
span { border-color: rgb(247,128,193); }
td.TdClassName
{
border-color: #F780C1;
}
.TagClassName
{
border-color: #F780C1;
}
</style>