Shades of Tea Rose #FA84CF
Tints of Tea Rose #FA84CF
RGB
CMYK
RGB Variations
Color information
#FA84CF (or 0xFA84CF) is known color: Tea Rose. HEX triplet: FA, 84 and CF. RGB value is (250,132,207). Sum of RGB (Red+Green+Blue) = 250+132+207=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CF is #057B30. Grayscale: #AFAFAF. Windows color (decimal): -359217 or 13599994. OLE color: 13599994.
HSL color Cylindrical-coordinate representation of color #FA84CF: hue angle of 321.86º 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 #FA84CF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 207 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.02 |
| HSL | 321.86º | 0.92% | 0.75% | - |
| HSV(B) | 321.86º | 0.47% | 0.98% | - |
| XYZ | 58.94 | 41.33 | 63.9 | - |
| YUV | 175.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 207 | 0 | 0.47 | 0.17 | 0.02 | 321.86 | 0.92 | 0.75 |
| Hex | FA | 84 | CF | 0 | 2F | 11 | 2 | 142 | 5C | 4B |
| Octal | 372 | 204 | 317 | 0 | 57 | 21 | 2 | 502 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11001111 | 0 | 101111 | 10001 | 10 | 101000010 | 1011100 | 1001011 |
Color Harmonies of #FA84CF
Complementary color
Monochromatic Colors of #FA84CF
Black with #FA84CF
Text Example
Text Example
White with #FA84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84CF; }
p { color: rgb(250,132,207); }
H1.HeaderClassName
{
color: #FA84CF;
}
.AnyTagClassName
{
color: #FA84CF;
}
</style>
background-color css
<style>
a { background-color: #FA84CF; }
a { background-color: rgb(250,132,207); }
div.DivClassName
{
background-color: #FA84CF;
}
.BgClassName
{
background-color: #FA84CF;
}
</style>
border-color css
<style>
span { border-color: #FA84CF; }
span { border-color: rgb(250,132,207); }
td.TdClassName
{
border-color: #FA84CF;
}
.TagClassName
{
border-color: #FA84CF;
}
</style>