Shades of Tea Rose #F388C6
Tints of Tea Rose #F388C6
RGB
CMYK
RGB Variations
Color information
#F388C6 (or 0xF388C6) is known color: Tea Rose. HEX triplet: F3, 88 and C6. RGB value is (243,136,198). Sum of RGB (Red+Green+Blue) = 243+136+198=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F388C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388C6 is #0C7739. Grayscale: #AEAEAE. Windows color (decimal): -816954 or 13011187. OLE color: 13011187.
HSL color Cylindrical-coordinate representation of color #F388C6: hue angle of 325.23º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388C6 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 198 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.05 |
| HSL | 325.23º | 0.82% | 0.74% | - |
| HSV(B) | 325.23º | 0.44% | 0.95% | - |
| XYZ | 55.96 | 40.74 | 58.34 | - |
| YUV | 175.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 198 | 0 | 0.44 | 0.19 | 0.05 | 325.23 | 0.82 | 0.74 |
| Hex | F3 | 88 | C6 | 0 | 2C | 13 | 5 | 145 | 52 | 4A |
| Octal | 363 | 210 | 306 | 0 | 54 | 23 | 5 | 505 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11000110 | 0 | 101100 | 10011 | 101 | 101000101 | 1010010 | 1001010 |
Color Harmonies of #F388C6
Complementary color
Monochromatic Colors of #F388C6
Black with #F388C6
Text Example
Text Example
White with #F388C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388C6; }
p { color: rgb(243,136,198); }
H1.HeaderClassName
{
color: #F388C6;
}
.AnyTagClassName
{
color: #F388C6;
}
</style>
background-color css
<style>
a { background-color: #F388C6; }
a { background-color: rgb(243,136,198); }
div.DivClassName
{
background-color: #F388C6;
}
.BgClassName
{
background-color: #F388C6;
}
</style>
border-color css
<style>
span { border-color: #F388C6; }
span { border-color: rgb(243,136,198); }
td.TdClassName
{
border-color: #F388C6;
}
.TagClassName
{
border-color: #F388C6;
}
</style>