Shades of Tea Rose #FA92C9
Tints of Tea Rose #FA92C9
RGB
CMYK
RGB Variations
Color information
#FA92C9 (or 0xFA92C9) is known color: Tea Rose. HEX triplet: FA, 92 and C9. RGB value is (250,146,201). Sum of RGB (Red+Green+Blue) = 250+146+201=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92C9 is #056D36. Grayscale: #B7B7B7. Windows color (decimal): -355639 or 13210362. OLE color: 13210362.
HSL color Cylindrical-coordinate representation of color #FA92C9: hue angle of 328.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92C9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 201 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.02 |
| HSL | 328.27º | 0.91% | 0.78% | - |
| HSV(B) | 328.27º | 0.42% | 0.98% | - |
| XYZ | 60.25 | 45.1 | 60.79 | - |
| YUV | 183.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 201 | 0 | 0.42 | 0.20 | 0.02 | 328.27 | 0.91 | 0.78 |
| Hex | FA | 92 | C9 | 0 | 2A | 14 | 2 | 148 | 5B | 4E |
| Octal | 372 | 222 | 311 | 0 | 52 | 24 | 2 | 510 | 133 | 116 |
| Binary | 11111010 | 10010010 | 11001001 | 0 | 101010 | 10100 | 10 | 101001000 | 1011011 | 1001110 |
Color Harmonies of #FA92C9
Complementary color
Monochromatic Colors of #FA92C9
Black with #FA92C9
Text Example
Text Example
White with #FA92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92C9; }
p { color: rgb(250,146,201); }
H1.HeaderClassName
{
color: #FA92C9;
}
.AnyTagClassName
{
color: #FA92C9;
}
</style>
background-color css
<style>
a { background-color: #FA92C9; }
a { background-color: rgb(250,146,201); }
div.DivClassName
{
background-color: #FA92C9;
}
.BgClassName
{
background-color: #FA92C9;
}
</style>
border-color css
<style>
span { border-color: #FA92C9; }
span { border-color: rgb(250,146,201); }
td.TdClassName
{
border-color: #FA92C9;
}
.TagClassName
{
border-color: #FA92C9;
}
</style>