Shades of Tea Rose #F38CC1
Tints of Tea Rose #F38CC1
RGB
CMYK
RGB Variations
Color information
#F38CC1 (or 0xF38CC1) is known color: Tea Rose. HEX triplet: F3, 8C and C1. RGB value is (243,140,193). Sum of RGB (Red+Green+Blue) = 243+140+193=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CC1 is #0C733E. Grayscale: #B0B0B0. Windows color (decimal): -815935 or 12684531. OLE color: 12684531.
HSL color Cylindrical-coordinate representation of color #F38CC1: hue angle of 329.13º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38CC1 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 193 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.05 |
| HSL | 329.13º | 0.81% | 0.75% | - |
| HSV(B) | 329.13º | 0.42% | 0.95% | - |
| XYZ | 55.97 | 41.66 | 55.54 | - |
| YUV | 176.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 193 | 0 | 0.42 | 0.21 | 0.05 | 329.13 | 0.81 | 0.75 |
| Hex | F3 | 8C | C1 | 0 | 2A | 15 | 5 | 149 | 51 | 4B |
| Octal | 363 | 214 | 301 | 0 | 52 | 25 | 5 | 511 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11000001 | 0 | 101010 | 10101 | 101 | 101001001 | 1010001 | 1001011 |
Color Harmonies of #F38CC1
Complementary color
Monochromatic Colors of #F38CC1
Black with #F38CC1
Text Example
Text Example
White with #F38CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CC1; }
p { color: rgb(243,140,193); }
H1.HeaderClassName
{
color: #F38CC1;
}
.AnyTagClassName
{
color: #F38CC1;
}
</style>
background-color css
<style>
a { background-color: #F38CC1; }
a { background-color: rgb(243,140,193); }
div.DivClassName
{
background-color: #F38CC1;
}
.BgClassName
{
background-color: #F38CC1;
}
</style>
border-color css
<style>
span { border-color: #F38CC1; }
span { border-color: rgb(243,140,193); }
td.TdClassName
{
border-color: #F38CC1;
}
.TagClassName
{
border-color: #F38CC1;
}
</style>