Shades of Tea Rose #FF80C7
Tints of Tea Rose #FF80C7
RGB
CMYK
RGB Variations
Color information
#FF80C7 (or 0xFF80C7) is known color: Tea Rose. HEX triplet: FF, 80 and C7. RGB value is (255,128,199). Sum of RGB (Red+Green+Blue) = 255+128+199=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C7 is #007F38. Grayscale: #ADADAD. Windows color (decimal): -32569 or 13074687. OLE color: 13074687.
HSL color Cylindrical-coordinate representation of color #FF80C7: hue angle of 326.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80C7 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 199 | - |
| CMYK | 0 | 0.50 | 0.22 | 0 |
| HSL | 326.46º | 1% | 0.75% | - |
| HSV(B) | 326.46º | 0.5% | 1% | - |
| XYZ | 59.27 | 40.82 | 58.79 | - |
| YUV | 174.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 199 | 0 | 0.50 | 0.22 | 0 | 326.46 | 1 | 0.75 |
| Hex | FF | 80 | C7 | 0 | 32 | 16 | 0 | 146 | 64 | 4B |
| Octal | 377 | 200 | 307 | 0 | 62 | 26 | 0 | 506 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11000111 | 0 | 110010 | 10110 | 0 | 101000110 | 1100100 | 1001011 |
Color Harmonies of #FF80C7
Complementary color
Monochromatic Colors of #FF80C7
Black with #FF80C7
Text Example
Text Example
White with #FF80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80C7; }
p { color: rgb(255,128,199); }
H1.HeaderClassName
{
color: #FF80C7;
}
.AnyTagClassName
{
color: #FF80C7;
}
</style>
background-color css
<style>
a { background-color: #FF80C7; }
a { background-color: rgb(255,128,199); }
div.DivClassName
{
background-color: #FF80C7;
}
.BgClassName
{
background-color: #FF80C7;
}
</style>
border-color css
<style>
span { border-color: #FF80C7; }
span { border-color: rgb(255,128,199); }
td.TdClassName
{
border-color: #FF80C7;
}
.TagClassName
{
border-color: #FF80C7;
}
</style>