Shades of Tea Rose #F683C0
Tints of Tea Rose #F683C0
RGB
CMYK
RGB Variations
Color information
#F683C0 (or 0xF683C0) is known color: Tea Rose. HEX triplet: F6, 83 and C0. RGB value is (246,131,192). Sum of RGB (Red+Green+Blue) = 246+131+192=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F683C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683C0 is #097C3F. Grayscale: #ACACAC. Windows color (decimal): -621632 or 12616694. OLE color: 12616694.
HSL color Cylindrical-coordinate representation of color #F683C0: hue angle of 328.17º degrees, saturation: 0.86, 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 #F683C0 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 192 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.04 |
| HSL | 328.17º | 0.86% | 0.74% | - |
| HSV(B) | 328.17º | 0.47% | 0.96% | - |
| XYZ | 55.64 | 39.63 | 54.59 | - |
| YUV | 172.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 192 | 0 | 0.47 | 0.22 | 0.04 | 328.17 | 0.86 | 0.74 |
| Hex | F6 | 83 | C0 | 0 | 2F | 16 | 4 | 148 | 56 | 4A |
| Octal | 366 | 203 | 300 | 0 | 57 | 26 | 4 | 510 | 126 | 112 |
| Binary | 11110110 | 10000011 | 11000000 | 0 | 101111 | 10110 | 100 | 101001000 | 1010110 | 1001010 |
Color Harmonies of #F683C0
Complementary color
Monochromatic Colors of #F683C0
Black with #F683C0
Text Example
Text Example
White with #F683C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683C0; }
p { color: rgb(246,131,192); }
H1.HeaderClassName
{
color: #F683C0;
}
.AnyTagClassName
{
color: #F683C0;
}
</style>
background-color css
<style>
a { background-color: #F683C0; }
a { background-color: rgb(246,131,192); }
div.DivClassName
{
background-color: #F683C0;
}
.BgClassName
{
background-color: #F683C0;
}
</style>
border-color css
<style>
span { border-color: #F683C0; }
span { border-color: rgb(246,131,192); }
td.TdClassName
{
border-color: #F683C0;
}
.TagClassName
{
border-color: #F683C0;
}
</style>