Shades of Tea Rose #F585CC
Tints of Tea Rose #F585CC
RGB
CMYK
RGB Variations
Color information
#F585CC (or 0xF585CC) is known color: Tea Rose. HEX triplet: F5, 85 and CC. RGB value is (245,133,204). Sum of RGB (Red+Green+Blue) = 245+133+204=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CC is #0A7A33. Grayscale: #AEAEAE. Windows color (decimal): -686644 or 13403637. OLE color: 13403637.
HSL color Cylindrical-coordinate representation of color #F585CC: hue angle of 321.96º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585CC is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 204 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.04 |
| HSL | 321.96º | 0.85% | 0.74% | - |
| HSV(B) | 321.96º | 0.46% | 0.96% | - |
| XYZ | 56.94 | 40.55 | 61.95 | - |
| YUV | 174.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 204 | 0 | 0.46 | 0.17 | 0.04 | 321.96 | 0.85 | 0.74 |
| Hex | F5 | 85 | CC | 0 | 2E | 11 | 4 | 142 | 55 | 4A |
| Octal | 365 | 205 | 314 | 0 | 56 | 21 | 4 | 502 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11001100 | 0 | 101110 | 10001 | 100 | 101000010 | 1010101 | 1001010 |
Color Harmonies of #F585CC
Complementary color
Monochromatic Colors of #F585CC
Black with #F585CC
Text Example
Text Example
White with #F585CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585CC; }
p { color: rgb(245,133,204); }
H1.HeaderClassName
{
color: #F585CC;
}
.AnyTagClassName
{
color: #F585CC;
}
</style>
background-color css
<style>
a { background-color: #F585CC; }
a { background-color: rgb(245,133,204); }
div.DivClassName
{
background-color: #F585CC;
}
.BgClassName
{
background-color: #F585CC;
}
</style>
border-color css
<style>
span { border-color: #F585CC; }
span { border-color: rgb(245,133,204); }
td.TdClassName
{
border-color: #F585CC;
}
.TagClassName
{
border-color: #F585CC;
}
</style>