Shades of Tea Rose #F680C7
Tints of Tea Rose #F680C7
RGB
CMYK
RGB Variations
Color information
#F680C7 (or 0xF680C7) is known color: Tea Rose. HEX triplet: F6, 80 and C7. RGB value is (246,128,199). Sum of RGB (Red+Green+Blue) = 246+128+199=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F680C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680C7 is #097F38. Grayscale: #ABABAB. Windows color (decimal): -622393 or 13074678. OLE color: 13074678.
HSL color Cylindrical-coordinate representation of color #F680C7: hue angle of 323.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680C7 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 199 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.04 |
| HSL | 323.9º | 0.87% | 0.73% | - |
| HSV(B) | 323.9º | 0.48% | 0.96% | - |
| XYZ | 56.03 | 39.15 | 58.64 | - |
| YUV | 171.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 199 | 0 | 0.48 | 0.19 | 0.04 | 323.9 | 0.87 | 0.73 |
| Hex | F6 | 80 | C7 | 0 | 30 | 13 | 4 | 144 | 57 | 49 |
| Octal | 366 | 200 | 307 | 0 | 60 | 23 | 4 | 504 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11000111 | 0 | 110000 | 10011 | 100 | 101000100 | 1010111 | 1001001 |
Color Harmonies of #F680C7
Complementary color
Monochromatic Colors of #F680C7
Black with #F680C7
Text Example
Text Example
White with #F680C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680C7; }
p { color: rgb(246,128,199); }
H1.HeaderClassName
{
color: #F680C7;
}
.AnyTagClassName
{
color: #F680C7;
}
</style>
background-color css
<style>
a { background-color: #F680C7; }
a { background-color: rgb(246,128,199); }
div.DivClassName
{
background-color: #F680C7;
}
.BgClassName
{
background-color: #F680C7;
}
</style>
border-color css
<style>
span { border-color: #F680C7; }
span { border-color: rgb(246,128,199); }
td.TdClassName
{
border-color: #F680C7;
}
.TagClassName
{
border-color: #F680C7;
}
</style>