Shades of Tea Rose #F082CF
Tints of Tea Rose #F082CF
RGB
CMYK
RGB Variations
Color information
#F082CF (or 0xF082CF) is known color: Tea Rose. HEX triplet: F0, 82 and CF. RGB value is (240,130,207). Sum of RGB (Red+Green+Blue) = 240+130+207=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CF is #0F7D30. Grayscale: #ABABAB. Windows color (decimal): -1015089 or 13599472. OLE color: 13599472.
HSL color Cylindrical-coordinate representation of color #F082CF: hue angle of 318º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082CF is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 207 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.06 |
| HSL | 318º | 0.79% | 0.73% | - |
| HSV(B) | 318º | 0.46% | 0.94% | - |
| XYZ | 55.18 | 39 | 63.65 | - |
| YUV | 171.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 207 | 0 | 0.46 | 0.14 | 0.06 | 318 | 0.79 | 0.73 |
| Hex | F0 | 82 | CF | 0 | 2E | E | 6 | 13E | 4F | 49 |
| Octal | 360 | 202 | 317 | 0 | 56 | 16 | 6 | 476 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11001111 | 0 | 101110 | 1110 | 110 | 100111110 | 1001111 | 1001001 |
Color Harmonies of #F082CF
Complementary color
Monochromatic Colors of #F082CF
Black with #F082CF
Text Example
Text Example
White with #F082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082CF; }
p { color: rgb(240,130,207); }
H1.HeaderClassName
{
color: #F082CF;
}
.AnyTagClassName
{
color: #F082CF;
}
</style>
background-color css
<style>
a { background-color: #F082CF; }
a { background-color: rgb(240,130,207); }
div.DivClassName
{
background-color: #F082CF;
}
.BgClassName
{
background-color: #F082CF;
}
</style>
border-color css
<style>
span { border-color: #F082CF; }
span { border-color: rgb(240,130,207); }
td.TdClassName
{
border-color: #F082CF;
}
.TagClassName
{
border-color: #F082CF;
}
</style>