Shades of Tea Rose #F388BD
Tints of Tea Rose #F388BD
RGB
CMYK
RGB Variations
Color information
#F388BD (or 0xF388BD) is known color: Tea Rose. HEX triplet: F3, 88 and BD. RGB value is (243,136,189). Sum of RGB (Red+Green+Blue) = 243+136+189=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F388BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388BD is #0C7742. Grayscale: #ADADAD. Windows color (decimal): -816963 or 12421363. OLE color: 12421363.
HSL color Cylindrical-coordinate representation of color #F388BD: hue angle of 330.28º 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 #F388BD is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 189 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.05 |
| HSL | 330.28º | 0.82% | 0.74% | - |
| HSV(B) | 330.28º | 0.44% | 0.95% | - |
| XYZ | 54.95 | 40.34 | 53.03 | - |
| YUV | 174.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 189 | 0 | 0.44 | 0.22 | 0.05 | 330.28 | 0.82 | 0.74 |
| Hex | F3 | 88 | BD | 0 | 2C | 16 | 5 | 14A | 52 | 4A |
| Octal | 363 | 210 | 275 | 0 | 54 | 26 | 5 | 512 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10111101 | 0 | 101100 | 10110 | 101 | 101001010 | 1010010 | 1001010 |
Color Harmonies of #F388BD
Complementary color
Monochromatic Colors of #F388BD
Black with #F388BD
Text Example
Text Example
White with #F388BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388BD; }
p { color: rgb(243,136,189); }
H1.HeaderClassName
{
color: #F388BD;
}
.AnyTagClassName
{
color: #F388BD;
}
</style>
background-color css
<style>
a { background-color: #F388BD; }
a { background-color: rgb(243,136,189); }
div.DivClassName
{
background-color: #F388BD;
}
.BgClassName
{
background-color: #F388BD;
}
</style>
border-color css
<style>
span { border-color: #F388BD; }
span { border-color: rgb(243,136,189); }
td.TdClassName
{
border-color: #F388BD;
}
.TagClassName
{
border-color: #F388BD;
}
</style>