Shades of Tea Rose #F390CE
Tints of Tea Rose #F390CE
RGB
CMYK
RGB Variations
Color information
#F390CE (or 0xF390CE) is known color: Tea Rose. HEX triplet: F3, 90 and CE. RGB value is (243,144,206). Sum of RGB (Red+Green+Blue) = 243+144+206=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CE is #0C6F31. Grayscale: #B4B4B4. Windows color (decimal): -814898 or 13537523. OLE color: 13537523.
HSL color Cylindrical-coordinate representation of color #F390CE: hue angle of 322.42º 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 #F390CE is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 206 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.05 |
| HSL | 322.42º | 0.8% | 0.76% | - |
| HSV(B) | 322.42º | 0.41% | 0.95% | - |
| XYZ | 58.08 | 43.46 | 63.72 | - |
| YUV | 180.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 206 | 0 | 0.41 | 0.15 | 0.05 | 322.42 | 0.8 | 0.76 |
| Hex | F3 | 90 | CE | 0 | 29 | F | 5 | 142 | 50 | 4C |
| Octal | 363 | 220 | 316 | 0 | 51 | 17 | 5 | 502 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11001110 | 0 | 101001 | 1111 | 101 | 101000010 | 1010000 | 1001100 |
Color Harmonies of #F390CE
Complementary color
Monochromatic Colors of #F390CE
Black with #F390CE
Text Example
Text Example
White with #F390CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390CE; }
p { color: rgb(243,144,206); }
H1.HeaderClassName
{
color: #F390CE;
}
.AnyTagClassName
{
color: #F390CE;
}
</style>
background-color css
<style>
a { background-color: #F390CE; }
a { background-color: rgb(243,144,206); }
div.DivClassName
{
background-color: #F390CE;
}
.BgClassName
{
background-color: #F390CE;
}
</style>
border-color css
<style>
span { border-color: #F390CE; }
span { border-color: rgb(243,144,206); }
td.TdClassName
{
border-color: #F390CE;
}
.TagClassName
{
border-color: #F390CE;
}
</style>