Shades of Tea Rose #F390C9
Tints of Tea Rose #F390C9
RGB
CMYK
RGB Variations
Color information
#F390C9 (or 0xF390C9) is known color: Tea Rose. HEX triplet: F3, 90 and C9. RGB value is (243,144,201). Sum of RGB (Red+Green+Blue) = 243+144+201=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C9 is #0C6F36. Grayscale: #B3B3B3. Windows color (decimal): -814903 or 13209843. OLE color: 13209843.
HSL color Cylindrical-coordinate representation of color #F390C9: hue angle of 325.45º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390C9 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 201 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.05 |
| HSL | 325.45º | 0.8% | 0.76% | - |
| HSV(B) | 325.45º | 0.41% | 0.95% | - |
| XYZ | 57.48 | 43.22 | 60.57 | - |
| YUV | 180.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 201 | 0 | 0.41 | 0.17 | 0.05 | 325.45 | 0.8 | 0.76 |
| Hex | F3 | 90 | C9 | 0 | 29 | 11 | 5 | 145 | 50 | 4C |
| Octal | 363 | 220 | 311 | 0 | 51 | 21 | 5 | 505 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11001001 | 0 | 101001 | 10001 | 101 | 101000101 | 1010000 | 1001100 |
Color Harmonies of #F390C9
Complementary color
Monochromatic Colors of #F390C9
Black with #F390C9
Text Example
Text Example
White with #F390C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390C9; }
p { color: rgb(243,144,201); }
H1.HeaderClassName
{
color: #F390C9;
}
.AnyTagClassName
{
color: #F390C9;
}
</style>
background-color css
<style>
a { background-color: #F390C9; }
a { background-color: rgb(243,144,201); }
div.DivClassName
{
background-color: #F390C9;
}
.BgClassName
{
background-color: #F390C9;
}
</style>
border-color css
<style>
span { border-color: #F390C9; }
span { border-color: rgb(243,144,201); }
td.TdClassName
{
border-color: #F390C9;
}
.TagClassName
{
border-color: #F390C9;
}
</style>