Shades of Tea Rose #F390CA
Tints of Tea Rose #F390CA
RGB
CMYK
RGB Variations
Color information
#F390CA (or 0xF390CA) is known color: Tea Rose. HEX triplet: F3, 90 and CA. RGB value is (243,144,202). Sum of RGB (Red+Green+Blue) = 243+144+202=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CA is #0C6F35. Grayscale: #B4B4B4. Windows color (decimal): -814902 or 13275379. OLE color: 13275379.
HSL color Cylindrical-coordinate representation of color #F390CA: hue angle of 324.85º 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 #F390CA is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 202 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.05 |
| HSL | 324.85º | 0.8% | 0.76% | - |
| HSV(B) | 324.85º | 0.41% | 0.95% | - |
| XYZ | 57.6 | 43.27 | 61.19 | - |
| YUV | 180.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 202 | 0 | 0.41 | 0.17 | 0.05 | 324.85 | 0.8 | 0.76 |
| Hex | F3 | 90 | CA | 0 | 29 | 11 | 5 | 145 | 50 | 4C |
| Octal | 363 | 220 | 312 | 0 | 51 | 21 | 5 | 505 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11001010 | 0 | 101001 | 10001 | 101 | 101000101 | 1010000 | 1001100 |
Color Harmonies of #F390CA
Complementary color
Monochromatic Colors of #F390CA
Black with #F390CA
Text Example
Text Example
White with #F390CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390CA; }
p { color: rgb(243,144,202); }
H1.HeaderClassName
{
color: #F390CA;
}
.AnyTagClassName
{
color: #F390CA;
}
</style>
background-color css
<style>
a { background-color: #F390CA; }
a { background-color: rgb(243,144,202); }
div.DivClassName
{
background-color: #F390CA;
}
.BgClassName
{
background-color: #F390CA;
}
</style>
border-color css
<style>
span { border-color: #F390CA; }
span { border-color: rgb(243,144,202); }
td.TdClassName
{
border-color: #F390CA;
}
.TagClassName
{
border-color: #F390CA;
}
</style>