Shades of Tea Rose #FA84C5
Tints of Tea Rose #FA84C5
RGB
CMYK
RGB Variations
Color information
#FA84C5 (or 0xFA84C5) is known color: Tea Rose. HEX triplet: FA, 84 and C5. RGB value is (250,132,197). Sum of RGB (Red+Green+Blue) = 250+132+197=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84C5 is #057B3A. Grayscale: #AEAEAE. Windows color (decimal): -359227 or 12944634. OLE color: 12944634.
HSL color Cylindrical-coordinate representation of color #FA84C5: hue angle of 326.95º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA84C5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 197 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.02 |
| HSL | 326.95º | 0.92% | 0.75% | - |
| HSV(B) | 326.95º | 0.47% | 0.98% | - |
| XYZ | 57.75 | 40.86 | 57.67 | - |
| YUV | 174.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 197 | 0 | 0.47 | 0.21 | 0.02 | 326.95 | 0.92 | 0.75 |
| Hex | FA | 84 | C5 | 0 | 2F | 15 | 2 | 147 | 5C | 4B |
| Octal | 372 | 204 | 305 | 0 | 57 | 25 | 2 | 507 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11000101 | 0 | 101111 | 10101 | 10 | 101000111 | 1011100 | 1001011 |
Color Harmonies of #FA84C5
Complementary color
Monochromatic Colors of #FA84C5
Black with #FA84C5
Text Example
Text Example
White with #FA84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84C5; }
p { color: rgb(250,132,197); }
H1.HeaderClassName
{
color: #FA84C5;
}
.AnyTagClassName
{
color: #FA84C5;
}
</style>
background-color css
<style>
a { background-color: #FA84C5; }
a { background-color: rgb(250,132,197); }
div.DivClassName
{
background-color: #FA84C5;
}
.BgClassName
{
background-color: #FA84C5;
}
</style>
border-color css
<style>
span { border-color: #FA84C5; }
span { border-color: rgb(250,132,197); }
td.TdClassName
{
border-color: #FA84C5;
}
.TagClassName
{
border-color: #FA84C5;
}
</style>