Shades of Tea Rose #F681C3
Tints of Tea Rose #F681C3
RGB
CMYK
RGB Variations
Color information
#F681C3 (or 0xF681C3) is known color: Tea Rose. HEX triplet: F6, 81 and C3. RGB value is (246,129,195). Sum of RGB (Red+Green+Blue) = 246+129+195=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F681C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681C3 is #097E3C. Grayscale: #ABABAB. Windows color (decimal): -622141 or 12812790. OLE color: 12812790.
HSL color Cylindrical-coordinate representation of color #F681C3: hue angle of 326.15º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681C3 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 195 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.04 |
| HSL | 326.15º | 0.87% | 0.74% | - |
| HSV(B) | 326.15º | 0.48% | 0.96% | - |
| XYZ | 55.71 | 39.23 | 56.27 | - |
| YUV | 171.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 195 | 0 | 0.48 | 0.21 | 0.04 | 326.15 | 0.87 | 0.74 |
| Hex | F6 | 81 | C3 | 0 | 30 | 15 | 4 | 146 | 57 | 4A |
| Octal | 366 | 201 | 303 | 0 | 60 | 25 | 4 | 506 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11000011 | 0 | 110000 | 10101 | 100 | 101000110 | 1010111 | 1001010 |
Color Harmonies of #F681C3
Complementary color
Monochromatic Colors of #F681C3
Black with #F681C3
Text Example
Text Example
White with #F681C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681C3; }
p { color: rgb(246,129,195); }
H1.HeaderClassName
{
color: #F681C3;
}
.AnyTagClassName
{
color: #F681C3;
}
</style>
background-color css
<style>
a { background-color: #F681C3; }
a { background-color: rgb(246,129,195); }
div.DivClassName
{
background-color: #F681C3;
}
.BgClassName
{
background-color: #F681C3;
}
</style>
border-color css
<style>
span { border-color: #F681C3; }
span { border-color: rgb(246,129,195); }
td.TdClassName
{
border-color: #F681C3;
}
.TagClassName
{
border-color: #F681C3;
}
</style>