Shades of Tea Rose #F082C2
Tints of Tea Rose #F082C2
RGB
CMYK
RGB Variations
Color information
#F082C2 (or 0xF082C2) is known color: Tea Rose. HEX triplet: F0, 82 and C2. RGB value is (240,130,194). Sum of RGB (Red+Green+Blue) = 240+130+194=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C2 is #0F7D3D. Grayscale: #AAAAAA. Windows color (decimal): -1015102 or 12747504. OLE color: 12747504.
HSL color Cylindrical-coordinate representation of color #F082C2: hue angle of 325.09º 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 #F082C2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 194 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.06 |
| HSL | 325.09º | 0.79% | 0.73% | - |
| HSV(B) | 325.09º | 0.46% | 0.94% | - |
| XYZ | 53.66 | 38.39 | 55.62 | - |
| YUV | 170.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 194 | 0 | 0.46 | 0.19 | 0.06 | 325.09 | 0.79 | 0.73 |
| Hex | F0 | 82 | C2 | 0 | 2E | 13 | 6 | 145 | 4F | 49 |
| Octal | 360 | 202 | 302 | 0 | 56 | 23 | 6 | 505 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11000010 | 0 | 101110 | 10011 | 110 | 101000101 | 1001111 | 1001001 |
Color Harmonies of #F082C2
Complementary color
Monochromatic Colors of #F082C2
Black with #F082C2
Text Example
Text Example
White with #F082C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082C2; }
p { color: rgb(240,130,194); }
H1.HeaderClassName
{
color: #F082C2;
}
.AnyTagClassName
{
color: #F082C2;
}
</style>
background-color css
<style>
a { background-color: #F082C2; }
a { background-color: rgb(240,130,194); }
div.DivClassName
{
background-color: #F082C2;
}
.BgClassName
{
background-color: #F082C2;
}
</style>
border-color css
<style>
span { border-color: #F082C2; }
span { border-color: rgb(240,130,194); }
td.TdClassName
{
border-color: #F082C2;
}
.TagClassName
{
border-color: #F082C2;
}
</style>