Shades of Tea Rose #F682C2
Tints of Tea Rose #F682C2
RGB
CMYK
RGB Variations
Color information
#F682C2 (or 0xF682C2) is known color: Tea Rose. HEX triplet: F6, 82 and C2. RGB value is (246,130,194). Sum of RGB (Red+Green+Blue) = 246+130+194=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F682C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682C2 is #097D3D. Grayscale: #ABABAB. Windows color (decimal): -621886 or 12747510. OLE color: 12747510.
HSL color Cylindrical-coordinate representation of color #F682C2: hue angle of 326.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682C2 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 194 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.04 |
| HSL | 326.9º | 0.87% | 0.74% | - |
| HSV(B) | 326.9º | 0.47% | 0.96% | - |
| XYZ | 55.73 | 39.45 | 55.72 | - |
| YUV | 171.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 194 | 0 | 0.47 | 0.21 | 0.04 | 326.9 | 0.87 | 0.74 |
| Hex | F6 | 82 | C2 | 0 | 2F | 15 | 4 | 147 | 57 | 4A |
| Octal | 366 | 202 | 302 | 0 | 57 | 25 | 4 | 507 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11000010 | 0 | 101111 | 10101 | 100 | 101000111 | 1010111 | 1001010 |
Color Harmonies of #F682C2
Complementary color
Monochromatic Colors of #F682C2
Black with #F682C2
Text Example
Text Example
White with #F682C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682C2; }
p { color: rgb(246,130,194); }
H1.HeaderClassName
{
color: #F682C2;
}
.AnyTagClassName
{
color: #F682C2;
}
</style>
background-color css
<style>
a { background-color: #F682C2; }
a { background-color: rgb(246,130,194); }
div.DivClassName
{
background-color: #F682C2;
}
.BgClassName
{
background-color: #F682C2;
}
</style>
border-color css
<style>
span { border-color: #F682C2; }
span { border-color: rgb(246,130,194); }
td.TdClassName
{
border-color: #F682C2;
}
.TagClassName
{
border-color: #F682C2;
}
</style>