Shades of Tea Rose #FA80C9
Tints of Tea Rose #FA80C9
RGB
CMYK
RGB Variations
Color information
#FA80C9 (or 0xFA80C9) is known color: Tea Rose. HEX triplet: FA, 80 and C9. RGB value is (250,128,201). Sum of RGB (Red+Green+Blue) = 250+128+201=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C9 is #057F36. Grayscale: #ACACAC. Windows color (decimal): -360247 or 13205754. OLE color: 13205754.
HSL color Cylindrical-coordinate representation of color #FA80C9: hue angle of 324.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80C9 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 201 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.02 |
| HSL | 324.1º | 0.92% | 0.74% | - |
| HSV(B) | 324.1º | 0.49% | 0.98% | - |
| XYZ | 57.69 | 39.98 | 59.93 | - |
| YUV | 172.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 201 | 0 | 0.49 | 0.20 | 0.02 | 324.1 | 0.92 | 0.74 |
| Hex | FA | 80 | C9 | 0 | 31 | 14 | 2 | 144 | 5C | 4A |
| Octal | 372 | 200 | 311 | 0 | 61 | 24 | 2 | 504 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11001001 | 0 | 110001 | 10100 | 10 | 101000100 | 1011100 | 1001010 |
Color Harmonies of #FA80C9
Complementary color
Monochromatic Colors of #FA80C9
Black with #FA80C9
Text Example
Text Example
White with #FA80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80C9; }
p { color: rgb(250,128,201); }
H1.HeaderClassName
{
color: #FA80C9;
}
.AnyTagClassName
{
color: #FA80C9;
}
</style>
background-color css
<style>
a { background-color: #FA80C9; }
a { background-color: rgb(250,128,201); }
div.DivClassName
{
background-color: #FA80C9;
}
.BgClassName
{
background-color: #FA80C9;
}
</style>
border-color css
<style>
span { border-color: #FA80C9; }
span { border-color: rgb(250,128,201); }
td.TdClassName
{
border-color: #FA80C9;
}
.TagClassName
{
border-color: #FA80C9;
}
</style>