Shades of Tea Rose #F38FC6
Tints of Tea Rose #F38FC6
RGB
CMYK
RGB Variations
Color information
#F38FC6 (or 0xF38FC6) is known color: Tea Rose. HEX triplet: F3, 8F and C6. RGB value is (243,143,198). Sum of RGB (Red+Green+Blue) = 243+143+198=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC6 is #0C7039. Grayscale: #B3B3B3. Windows color (decimal): -815162 or 13012979. OLE color: 13012979.
HSL color Cylindrical-coordinate representation of color #F38FC6: hue angle of 327º 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 #F38FC6 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 198 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.05 |
| HSL | 327º | 0.81% | 0.76% | - |
| HSV(B) | 327º | 0.41% | 0.95% | - |
| XYZ | 56.98 | 42.78 | 58.68 | - |
| YUV | 179.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 198 | 0 | 0.41 | 0.19 | 0.05 | 327 | 0.81 | 0.76 |
| Hex | F3 | 8F | C6 | 0 | 29 | 13 | 5 | 147 | 51 | 4C |
| Octal | 363 | 217 | 306 | 0 | 51 | 23 | 5 | 507 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11000110 | 0 | 101001 | 10011 | 101 | 101000111 | 1010001 | 1001100 |
Color Harmonies of #F38FC6
Complementary color
Monochromatic Colors of #F38FC6
Black with #F38FC6
Text Example
Text Example
White with #F38FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FC6; }
p { color: rgb(243,143,198); }
H1.HeaderClassName
{
color: #F38FC6;
}
.AnyTagClassName
{
color: #F38FC6;
}
</style>
background-color css
<style>
a { background-color: #F38FC6; }
a { background-color: rgb(243,143,198); }
div.DivClassName
{
background-color: #F38FC6;
}
.BgClassName
{
background-color: #F38FC6;
}
</style>
border-color css
<style>
span { border-color: #F38FC6; }
span { border-color: rgb(243,143,198); }
td.TdClassName
{
border-color: #F38FC6;
}
.TagClassName
{
border-color: #F38FC6;
}
</style>