Shades of Tea Rose #F38FC1
Tints of Tea Rose #F38FC1
RGB
CMYK
RGB Variations
Color information
#F38FC1 (or 0xF38FC1) is known color: Tea Rose. HEX triplet: F3, 8F and C1. RGB value is (243,143,193). Sum of RGB (Red+Green+Blue) = 243+143+193=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC1 is #0C703E. Grayscale: #B2B2B2. Windows color (decimal): -815167 or 12685299. OLE color: 12685299.
HSL color Cylindrical-coordinate representation of color #F38FC1: hue angle of 330º degrees, saturation: 0.81, 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 #F38FC1 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 193 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.05 |
| HSL | 330º | 0.81% | 0.76% | - |
| HSV(B) | 330º | 0.41% | 0.95% | - |
| XYZ | 56.41 | 42.55 | 55.69 | - |
| YUV | 178.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 193 | 0 | 0.41 | 0.21 | 0.05 | 330 | 0.81 | 0.76 |
| Hex | F3 | 8F | C1 | 0 | 29 | 15 | 5 | 14A | 51 | 4C |
| Octal | 363 | 217 | 301 | 0 | 51 | 25 | 5 | 512 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11000001 | 0 | 101001 | 10101 | 101 | 101001010 | 1010001 | 1001100 |
Color Harmonies of #F38FC1
Complementary color
Monochromatic Colors of #F38FC1
Black with #F38FC1
Text Example
Text Example
White with #F38FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FC1; }
p { color: rgb(243,143,193); }
H1.HeaderClassName
{
color: #F38FC1;
}
.AnyTagClassName
{
color: #F38FC1;
}
</style>
background-color css
<style>
a { background-color: #F38FC1; }
a { background-color: rgb(243,143,193); }
div.DivClassName
{
background-color: #F38FC1;
}
.BgClassName
{
background-color: #F38FC1;
}
</style>
border-color css
<style>
span { border-color: #F38FC1; }
span { border-color: rgb(243,143,193); }
td.TdClassName
{
border-color: #F38FC1;
}
.TagClassName
{
border-color: #F38FC1;
}
</style>