Shades of Tea Rose #F38FCD
Tints of Tea Rose #F38FCD
RGB
CMYK
RGB Variations
Color information
#F38FCD (or 0xF38FCD) is known color: Tea Rose. HEX triplet: F3, 8F and CD. RGB value is (243,143,205). Sum of RGB (Red+Green+Blue) = 243+143+205=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FCD is #0C7032. Grayscale: #B3B3B3. Windows color (decimal): -815155 or 13471731. OLE color: 13471731.
HSL color Cylindrical-coordinate representation of color #F38FCD: hue angle of 322.8º 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 #F38FCD is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 205 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 322.8º | 0.81% | 0.76% | - |
| HSV(B) | 322.8º | 0.41% | 0.95% | - |
| XYZ | 57.8 | 43.11 | 63.03 | - |
| YUV | 179.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 205 | 0 | 0.41 | 0.16 | 0.05 | 322.8 | 0.81 | 0.76 |
| Hex | F3 | 8F | CD | 0 | 29 | 10 | 5 | 143 | 51 | 4C |
| Octal | 363 | 217 | 315 | 0 | 51 | 20 | 5 | 503 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11001101 | 0 | 101001 | 10000 | 101 | 101000011 | 1010001 | 1001100 |
Color Harmonies of #F38FCD
Complementary color
Monochromatic Colors of #F38FCD
Black with #F38FCD
Text Example
Text Example
White with #F38FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FCD; }
p { color: rgb(243,143,205); }
H1.HeaderClassName
{
color: #F38FCD;
}
.AnyTagClassName
{
color: #F38FCD;
}
</style>
background-color css
<style>
a { background-color: #F38FCD; }
a { background-color: rgb(243,143,205); }
div.DivClassName
{
background-color: #F38FCD;
}
.BgClassName
{
background-color: #F38FCD;
}
</style>
border-color css
<style>
span { border-color: #F38FCD; }
span { border-color: rgb(243,143,205); }
td.TdClassName
{
border-color: #F38FCD;
}
.TagClassName
{
border-color: #F38FCD;
}
</style>