Shades of Tea Rose #F58CCF
Tints of Tea Rose #F58CCF
RGB
CMYK
RGB Variations
Color information
#F58CCF (or 0xF58CCF) is known color: Tea Rose. HEX triplet: F5, 8C and CF. RGB value is (245,140,207). Sum of RGB (Red+Green+Blue) = 245+140+207=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCF is #0A7330. Grayscale: #B2B2B2. Windows color (decimal): -684849 or 13602037. OLE color: 13602037.
HSL color Cylindrical-coordinate representation of color #F58CCF: hue angle of 321.71º 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 #F58CCF is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 207 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 321.71º | 0.84% | 0.75% | - |
| HSV(B) | 321.71º | 0.43% | 0.96% | - |
| XYZ | 58.3 | 42.67 | 64.2 | - |
| YUV | 179.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 207 | 0 | 0.43 | 0.16 | 0.04 | 321.71 | 0.84 | 0.75 |
| Hex | F5 | 8C | CF | 0 | 2B | 10 | 4 | 142 | 54 | 4B |
| Octal | 365 | 214 | 317 | 0 | 53 | 20 | 4 | 502 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11001111 | 0 | 101011 | 10000 | 100 | 101000010 | 1010100 | 1001011 |
Color Harmonies of #F58CCF
Complementary color
Monochromatic Colors of #F58CCF
Black with #F58CCF
Text Example
Text Example
White with #F58CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CCF; }
p { color: rgb(245,140,207); }
H1.HeaderClassName
{
color: #F58CCF;
}
.AnyTagClassName
{
color: #F58CCF;
}
</style>
background-color css
<style>
a { background-color: #F58CCF; }
a { background-color: rgb(245,140,207); }
div.DivClassName
{
background-color: #F58CCF;
}
.BgClassName
{
background-color: #F58CCF;
}
</style>
border-color css
<style>
span { border-color: #F58CCF; }
span { border-color: rgb(245,140,207); }
td.TdClassName
{
border-color: #F58CCF;
}
.TagClassName
{
border-color: #F58CCF;
}
</style>