Shades of Tea Rose #F388BC
Tints of Tea Rose #F388BC
RGB
CMYK
RGB Variations
Color information
#F388BC (or 0xF388BC) is known color: Tea Rose. HEX triplet: F3, 88 and BC. RGB value is (243,136,188). Sum of RGB (Red+Green+Blue) = 243+136+188=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F388BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388BC is #0C7743. Grayscale: #ADADAD. Windows color (decimal): -816964 or 12355827. OLE color: 12355827.
HSL color Cylindrical-coordinate representation of color #F388BC: hue angle of 330.84º 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 #F388BC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 188 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 330.84º | 0.82% | 0.74% | - |
| HSV(B) | 330.84º | 0.44% | 0.95% | - |
| XYZ | 54.84 | 40.29 | 52.46 | - |
| YUV | 173.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 188 | 0 | 0.44 | 0.23 | 0.05 | 330.84 | 0.82 | 0.74 |
| Hex | F3 | 88 | BC | 0 | 2C | 17 | 5 | 14B | 52 | 4A |
| Octal | 363 | 210 | 274 | 0 | 54 | 27 | 5 | 513 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10111100 | 0 | 101100 | 10111 | 101 | 101001011 | 1010010 | 1001010 |
Color Harmonies of #F388BC
Complementary color
Monochromatic Colors of #F388BC
Black with #F388BC
Text Example
Text Example
White with #F388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388BC; }
p { color: rgb(243,136,188); }
H1.HeaderClassName
{
color: #F388BC;
}
.AnyTagClassName
{
color: #F388BC;
}
</style>
background-color css
<style>
a { background-color: #F388BC; }
a { background-color: rgb(243,136,188); }
div.DivClassName
{
background-color: #F388BC;
}
.BgClassName
{
background-color: #F388BC;
}
</style>
border-color css
<style>
span { border-color: #F388BC; }
span { border-color: rgb(243,136,188); }
td.TdClassName
{
border-color: #F388BC;
}
.TagClassName
{
border-color: #F388BC;
}
</style>