Shades of Tea Rose #F390C2
Tints of Tea Rose #F390C2
RGB
CMYK
RGB Variations
Color information
#F390C2 (or 0xF390C2) is known color: Tea Rose. HEX triplet: F3, 90 and C2. RGB value is (243,144,194). Sum of RGB (Red+Green+Blue) = 243+144+194=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C2 is #0C6F3D. Grayscale: #B3B3B3. Windows color (decimal): -814910 or 12751091. OLE color: 12751091.
HSL color Cylindrical-coordinate representation of color #F390C2: hue angle of 329.7º 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 #F390C2 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 194 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.05 |
| HSL | 329.7º | 0.8% | 0.76% | - |
| HSV(B) | 329.7º | 0.41% | 0.95% | - |
| XYZ | 56.67 | 42.9 | 56.33 | - |
| YUV | 179.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 194 | 0 | 0.41 | 0.20 | 0.05 | 329.7 | 0.8 | 0.76 |
| Hex | F3 | 90 | C2 | 0 | 29 | 14 | 5 | 14A | 50 | 4C |
| Octal | 363 | 220 | 302 | 0 | 51 | 24 | 5 | 512 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11000010 | 0 | 101001 | 10100 | 101 | 101001010 | 1010000 | 1001100 |
Color Harmonies of #F390C2
Complementary color
Monochromatic Colors of #F390C2
Black with #F390C2
Text Example
Text Example
White with #F390C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390C2; }
p { color: rgb(243,144,194); }
H1.HeaderClassName
{
color: #F390C2;
}
.AnyTagClassName
{
color: #F390C2;
}
</style>
background-color css
<style>
a { background-color: #F390C2; }
a { background-color: rgb(243,144,194); }
div.DivClassName
{
background-color: #F390C2;
}
.BgClassName
{
background-color: #F390C2;
}
</style>
border-color css
<style>
span { border-color: #F390C2; }
span { border-color: rgb(243,144,194); }
td.TdClassName
{
border-color: #F390C2;
}
.TagClassName
{
border-color: #F390C2;
}
</style>