Shades of Tea Rose #F585CF
Tints of Tea Rose #F585CF
RGB
CMYK
RGB Variations
Color information
#F585CF (or 0xF585CF) is known color: Tea Rose. HEX triplet: F5, 85 and CF. RGB value is (245,133,207). Sum of RGB (Red+Green+Blue) = 245+133+207=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CF is #0A7A30. Grayscale: #AEAEAE. Windows color (decimal): -686641 or 13600245. OLE color: 13600245.
HSL color Cylindrical-coordinate representation of color #F585CF: hue angle of 320.36º 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 #F585CF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 207 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.04 |
| HSL | 320.36º | 0.85% | 0.74% | - |
| HSV(B) | 320.36º | 0.46% | 0.96% | - |
| XYZ | 57.31 | 40.69 | 63.87 | - |
| YUV | 174.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 207 | 0 | 0.46 | 0.16 | 0.04 | 320.36 | 0.85 | 0.74 |
| Hex | F5 | 85 | CF | 0 | 2E | 10 | 4 | 140 | 55 | 4A |
| Octal | 365 | 205 | 317 | 0 | 56 | 20 | 4 | 500 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11001111 | 0 | 101110 | 10000 | 100 | 101000000 | 1010101 | 1001010 |
Color Harmonies of #F585CF
Complementary color
Monochromatic Colors of #F585CF
Black with #F585CF
Text Example
Text Example
White with #F585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585CF; }
p { color: rgb(245,133,207); }
H1.HeaderClassName
{
color: #F585CF;
}
.AnyTagClassName
{
color: #F585CF;
}
</style>
background-color css
<style>
a { background-color: #F585CF; }
a { background-color: rgb(245,133,207); }
div.DivClassName
{
background-color: #F585CF;
}
.BgClassName
{
background-color: #F585CF;
}
</style>
border-color css
<style>
span { border-color: #F585CF; }
span { border-color: rgb(245,133,207); }
td.TdClassName
{
border-color: #F585CF;
}
.TagClassName
{
border-color: #F585CF;
}
</style>