Shades of Tea Rose #F085C3
Tints of Tea Rose #F085C3
RGB
CMYK
RGB Variations
Color information
#F085C3 (or 0xF085C3) is known color: Tea Rose. HEX triplet: F0, 85 and C3. RGB value is (240,133,195). Sum of RGB (Red+Green+Blue) = 240+133+195=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C3 is #0F7A3C. Grayscale: #ABABAB. Windows color (decimal): -1014333 or 12813808. OLE color: 12813808.
HSL color Cylindrical-coordinate representation of color #F085C3: hue angle of 325.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085C3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 195 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.06 |
| HSL | 325.23º | 0.78% | 0.73% | - |
| HSV(B) | 325.23º | 0.45% | 0.94% | - |
| XYZ | 54.17 | 39.24 | 56.35 | - |
| YUV | 172.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 195 | 0 | 0.45 | 0.19 | 0.06 | 325.23 | 0.78 | 0.73 |
| Hex | F0 | 85 | C3 | 0 | 2D | 13 | 6 | 145 | 4E | 49 |
| Octal | 360 | 205 | 303 | 0 | 55 | 23 | 6 | 505 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11000011 | 0 | 101101 | 10011 | 110 | 101000101 | 1001110 | 1001001 |
Color Harmonies of #F085C3
Complementary color
Monochromatic Colors of #F085C3
Black with #F085C3
Text Example
Text Example
White with #F085C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085C3; }
p { color: rgb(240,133,195); }
H1.HeaderClassName
{
color: #F085C3;
}
.AnyTagClassName
{
color: #F085C3;
}
</style>
background-color css
<style>
a { background-color: #F085C3; }
a { background-color: rgb(240,133,195); }
div.DivClassName
{
background-color: #F085C3;
}
.BgClassName
{
background-color: #F085C3;
}
</style>
border-color css
<style>
span { border-color: #F085C3; }
span { border-color: rgb(240,133,195); }
td.TdClassName
{
border-color: #F085C3;
}
.TagClassName
{
border-color: #F085C3;
}
</style>