Shades of Tea Rose #F58DCB
Tints of Tea Rose #F58DCB
RGB
CMYK
RGB Variations
Color information
#F58DCB (or 0xF58DCB) is known color: Tea Rose. HEX triplet: F5, 8D and CB. RGB value is (245,141,203). Sum of RGB (Red+Green+Blue) = 245+141+203=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCB is #0A7234. Grayscale: #B3B3B3. Windows color (decimal): -684597 or 13340149. OLE color: 13340149.
HSL color Cylindrical-coordinate representation of color #F58DCB: hue angle of 324.23º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DCB is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 203 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 324.23º | 0.84% | 0.76% | - |
| HSV(B) | 324.23º | 0.42% | 0.96% | - |
| XYZ | 57.96 | 42.77 | 61.7 | - |
| YUV | 179.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 203 | 0 | 0.42 | 0.17 | 0.04 | 324.23 | 0.84 | 0.76 |
| Hex | F5 | 8D | CB | 0 | 2A | 11 | 4 | 144 | 54 | 4C |
| Octal | 365 | 215 | 313 | 0 | 52 | 21 | 4 | 504 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11001011 | 0 | 101010 | 10001 | 100 | 101000100 | 1010100 | 1001100 |
Color Harmonies of #F58DCB
Complementary color
Monochromatic Colors of #F58DCB
Black with #F58DCB
Text Example
Text Example
White with #F58DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DCB; }
p { color: rgb(245,141,203); }
H1.HeaderClassName
{
color: #F58DCB;
}
.AnyTagClassName
{
color: #F58DCB;
}
</style>
background-color css
<style>
a { background-color: #F58DCB; }
a { background-color: rgb(245,141,203); }
div.DivClassName
{
background-color: #F58DCB;
}
.BgClassName
{
background-color: #F58DCB;
}
</style>
border-color css
<style>
span { border-color: #F58DCB; }
span { border-color: rgb(245,141,203); }
td.TdClassName
{
border-color: #F58DCB;
}
.TagClassName
{
border-color: #F58DCB;
}
</style>