Shades of Tea Rose #F586CC
Tints of Tea Rose #F586CC
RGB
CMYK
RGB Variations
Color information
#F586CC (or 0xF586CC) is known color: Tea Rose. HEX triplet: F5, 86 and CC. RGB value is (245,134,204). Sum of RGB (Red+Green+Blue) = 245+134+204=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F586CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586CC is #0A7933. Grayscale: #AFAFAF. Windows color (decimal): -686388 or 13403893. OLE color: 13403893.
HSL color Cylindrical-coordinate representation of color #F586CC: hue angle of 322.16º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586CC is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 204 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.04 |
| HSL | 322.16º | 0.85% | 0.74% | - |
| HSV(B) | 322.16º | 0.45% | 0.96% | - |
| XYZ | 57.08 | 40.82 | 62 | - |
| YUV | 175.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 204 | 0 | 0.45 | 0.17 | 0.04 | 322.16 | 0.85 | 0.74 |
| Hex | F5 | 86 | CC | 0 | 2D | 11 | 4 | 142 | 55 | 4A |
| Octal | 365 | 206 | 314 | 0 | 55 | 21 | 4 | 502 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11001100 | 0 | 101101 | 10001 | 100 | 101000010 | 1010101 | 1001010 |
Color Harmonies of #F586CC
Complementary color
Monochromatic Colors of #F586CC
Black with #F586CC
Text Example
Text Example
White with #F586CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586CC; }
p { color: rgb(245,134,204); }
H1.HeaderClassName
{
color: #F586CC;
}
.AnyTagClassName
{
color: #F586CC;
}
</style>
background-color css
<style>
a { background-color: #F586CC; }
a { background-color: rgb(245,134,204); }
div.DivClassName
{
background-color: #F586CC;
}
.BgClassName
{
background-color: #F586CC;
}
</style>
border-color css
<style>
span { border-color: #F586CC; }
span { border-color: rgb(245,134,204); }
td.TdClassName
{
border-color: #F586CC;
}
.TagClassName
{
border-color: #F586CC;
}
</style>