Shades of Tea Rose #F084CF
Tints of Tea Rose #F084CF
RGB
CMYK
RGB Variations
Color information
#F084CF (or 0xF084CF) is known color: Tea Rose. HEX triplet: F0, 84 and CF. RGB value is (240,132,207). Sum of RGB (Red+Green+Blue) = 240+132+207=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F084CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084CF is #0F7B30. Grayscale: #ACACAC. Windows color (decimal): -1014577 or 13599984. OLE color: 13599984.
HSL color Cylindrical-coordinate representation of color #F084CF: hue angle of 318.33º 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 #F084CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 207 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.06 |
| HSL | 318.33º | 0.78% | 0.73% | - |
| HSV(B) | 318.33º | 0.45% | 0.94% | - |
| XYZ | 55.45 | 39.53 | 63.74 | - |
| YUV | 172.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 207 | 0 | 0.45 | 0.14 | 0.06 | 318.33 | 0.78 | 0.73 |
| Hex | F0 | 84 | CF | 0 | 2D | E | 6 | 13E | 4E | 49 |
| Octal | 360 | 204 | 317 | 0 | 55 | 16 | 6 | 476 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11001111 | 0 | 101101 | 1110 | 110 | 100111110 | 1001110 | 1001001 |
Color Harmonies of #F084CF
Complementary color
Monochromatic Colors of #F084CF
Black with #F084CF
Text Example
Text Example
White with #F084CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084CF; }
p { color: rgb(240,132,207); }
H1.HeaderClassName
{
color: #F084CF;
}
.AnyTagClassName
{
color: #F084CF;
}
</style>
background-color css
<style>
a { background-color: #F084CF; }
a { background-color: rgb(240,132,207); }
div.DivClassName
{
background-color: #F084CF;
}
.BgClassName
{
background-color: #F084CF;
}
</style>
border-color css
<style>
span { border-color: #F084CF; }
span { border-color: rgb(240,132,207); }
td.TdClassName
{
border-color: #F084CF;
}
.TagClassName
{
border-color: #F084CF;
}
</style>