Shades of Tea Rose #F390CB
Tints of Tea Rose #F390CB
RGB
CMYK
RGB Variations
Color information
#F390CB (or 0xF390CB) is known color: Tea Rose. HEX triplet: F3, 90 and CB. RGB value is (243,144,203). Sum of RGB (Red+Green+Blue) = 243+144+203=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CB is #0C6F34. Grayscale: #B4B4B4. Windows color (decimal): -814901 or 13340915. OLE color: 13340915.
HSL color Cylindrical-coordinate representation of color #F390CB: hue angle of 324.24º 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 #F390CB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 203 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 324.24º | 0.8% | 0.76% | - |
| HSV(B) | 324.24º | 0.41% | 0.95% | - |
| XYZ | 57.71 | 43.31 | 61.82 | - |
| YUV | 180.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 203 | 0 | 0.41 | 0.16 | 0.05 | 324.24 | 0.8 | 0.76 |
| Hex | F3 | 90 | CB | 0 | 29 | 10 | 5 | 144 | 50 | 4C |
| Octal | 363 | 220 | 313 | 0 | 51 | 20 | 5 | 504 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11001011 | 0 | 101001 | 10000 | 101 | 101000100 | 1010000 | 1001100 |
Color Harmonies of #F390CB
Complementary color
Monochromatic Colors of #F390CB
Black with #F390CB
Text Example
Text Example
White with #F390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390CB; }
p { color: rgb(243,144,203); }
H1.HeaderClassName
{
color: #F390CB;
}
.AnyTagClassName
{
color: #F390CB;
}
</style>
background-color css
<style>
a { background-color: #F390CB; }
a { background-color: rgb(243,144,203); }
div.DivClassName
{
background-color: #F390CB;
}
.BgClassName
{
background-color: #F390CB;
}
</style>
border-color css
<style>
span { border-color: #F390CB; }
span { border-color: rgb(243,144,203); }
td.TdClassName
{
border-color: #F390CB;
}
.TagClassName
{
border-color: #F390CB;
}
</style>