Shades of Tea Rose #F390D2
Tints of Tea Rose #F390D2
RGB
CMYK
RGB Variations
Color information
#F390D2 (or 0xF390D2) is known color: Tea Rose. HEX triplet: F3, 90 and D2. RGB value is (243,144,210). Sum of RGB (Red+Green+Blue) = 243+144+210=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F390D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390D2 is #0C6F2D. Grayscale: #B4B4B4. Windows color (decimal): -814894 or 13799667. OLE color: 13799667.
HSL color Cylindrical-coordinate representation of color #F390D2: hue angle of 320º 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 #F390D2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 210 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 320º | 0.8% | 0.76% | - |
| HSV(B) | 320º | 0.41% | 0.95% | - |
| XYZ | 58.57 | 43.65 | 66.31 | - |
| YUV | 181.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 210 | 0 | 0.41 | 0.14 | 0.05 | 320 | 0.8 | 0.76 |
| Hex | F3 | 90 | D2 | 0 | 29 | E | 5 | 140 | 50 | 4C |
| Octal | 363 | 220 | 322 | 0 | 51 | 16 | 5 | 500 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11010010 | 0 | 101001 | 1110 | 101 | 101000000 | 1010000 | 1001100 |
Color Harmonies of #F390D2
Complementary color
Monochromatic Colors of #F390D2
Black with #F390D2
Text Example
Text Example
White with #F390D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390D2; }
p { color: rgb(243,144,210); }
H1.HeaderClassName
{
color: #F390D2;
}
.AnyTagClassName
{
color: #F390D2;
}
</style>
background-color css
<style>
a { background-color: #F390D2; }
a { background-color: rgb(243,144,210); }
div.DivClassName
{
background-color: #F390D2;
}
.BgClassName
{
background-color: #F390D2;
}
</style>
border-color css
<style>
span { border-color: #F390D2; }
span { border-color: rgb(243,144,210); }
td.TdClassName
{
border-color: #F390D2;
}
.TagClassName
{
border-color: #F390D2;
}
</style>