Shades of Tea Rose #F58CCE
Tints of Tea Rose #F58CCE
RGB
CMYK
RGB Variations
Color information
#F58CCE (or 0xF58CCE) is known color: Tea Rose. HEX triplet: F5, 8C and CE. RGB value is (245,140,206). Sum of RGB (Red+Green+Blue) = 245+140+206=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCE is #0A7331. Grayscale: #B2B2B2. Windows color (decimal): -684850 or 13536501. OLE color: 13536501.
HSL color Cylindrical-coordinate representation of color #F58CCE: hue angle of 322.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CCE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 206 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 322.29º | 0.84% | 0.75% | - |
| HSV(B) | 322.29º | 0.43% | 0.96% | - |
| XYZ | 58.17 | 42.62 | 63.55 | - |
| YUV | 178.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 206 | 0 | 0.43 | 0.16 | 0.04 | 322.29 | 0.84 | 0.75 |
| Hex | F5 | 8C | CE | 0 | 2B | 10 | 4 | 142 | 54 | 4B |
| Octal | 365 | 214 | 316 | 0 | 53 | 20 | 4 | 502 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11001110 | 0 | 101011 | 10000 | 100 | 101000010 | 1010100 | 1001011 |
Color Harmonies of #F58CCE
Complementary color
Monochromatic Colors of #F58CCE
Black with #F58CCE
Text Example
Text Example
White with #F58CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CCE; }
p { color: rgb(245,140,206); }
H1.HeaderClassName
{
color: #F58CCE;
}
.AnyTagClassName
{
color: #F58CCE;
}
</style>
background-color css
<style>
a { background-color: #F58CCE; }
a { background-color: rgb(245,140,206); }
div.DivClassName
{
background-color: #F58CCE;
}
.BgClassName
{
background-color: #F58CCE;
}
</style>
border-color css
<style>
span { border-color: #F58CCE; }
span { border-color: rgb(245,140,206); }
td.TdClassName
{
border-color: #F58CCE;
}
.TagClassName
{
border-color: #F58CCE;
}
</style>