Shades of Tea Rose #F38FCC
Tints of Tea Rose #F38FCC
RGB
CMYK
RGB Variations
Color information
#F38FCC (or 0xF38FCC) is known color: Tea Rose. HEX triplet: F3, 8F and CC. RGB value is (243,143,204). Sum of RGB (Red+Green+Blue) = 243+143+204=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FCC is #0C7033. Grayscale: #B3B3B3. Windows color (decimal): -815156 or 13406195. OLE color: 13406195.
HSL color Cylindrical-coordinate representation of color #F38FCC: hue angle of 323.4º 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 #F38FCC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 204 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 323.4º | 0.81% | 0.76% | - |
| HSV(B) | 323.4º | 0.41% | 0.95% | - |
| XYZ | 57.68 | 43.06 | 62.4 | - |
| YUV | 179.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 204 | 0 | 0.41 | 0.16 | 0.05 | 323.4 | 0.81 | 0.76 |
| Hex | F3 | 8F | CC | 0 | 29 | 10 | 5 | 143 | 51 | 4C |
| Octal | 363 | 217 | 314 | 0 | 51 | 20 | 5 | 503 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11001100 | 0 | 101001 | 10000 | 101 | 101000011 | 1010001 | 1001100 |
Color Harmonies of #F38FCC
Complementary color
Monochromatic Colors of #F38FCC
Black with #F38FCC
Text Example
Text Example
White with #F38FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FCC; }
p { color: rgb(243,143,204); }
H1.HeaderClassName
{
color: #F38FCC;
}
.AnyTagClassName
{
color: #F38FCC;
}
</style>
background-color css
<style>
a { background-color: #F38FCC; }
a { background-color: rgb(243,143,204); }
div.DivClassName
{
background-color: #F38FCC;
}
.BgClassName
{
background-color: #F38FCC;
}
</style>
border-color css
<style>
span { border-color: #F38FCC; }
span { border-color: rgb(243,143,204); }
td.TdClassName
{
border-color: #F38FCC;
}
.TagClassName
{
border-color: #F38FCC;
}
</style>