Shades of Vivid Tangerine #F68F80
Tints of Vivid Tangerine #F68F80
RGB
CMYK
RGB Variations
Color information
#F68F80 (or 0xF68F80) is known color: Vivid Tangerine. HEX triplet: F6, 8F and 80. RGB value is (246,143,128). Sum of RGB (Red+Green+Blue) = 246+143+128=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F80 is #09707F. Grayscale: #ACACAC. Windows color (decimal): -618624 or 8425462. OLE color: 8425462.
HSL color Cylindrical-coordinate representation of color #F68F80: hue angle of 7.63º 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 #F68F80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 128 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.04 |
| HSL | 7.63º | 0.87% | 0.73% | - |
| HSV(B) | 7.63º | 0.48% | 0.96% | - |
| XYZ | 51.72 | 40.8 | 25.57 | - |
| YUV | 172.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 128 | 0 | 0.42 | 0.48 | 0.04 | 7.63 | 0.87 | 0.73 |
| Hex | F6 | 8F | 80 | 0 | 2A | 30 | 4 | 8 | 57 | 49 |
| Octal | 366 | 217 | 200 | 0 | 52 | 60 | 4 | 10 | 127 | 111 |
| Binary | 11110110 | 10001111 | 10000000 | 0 | 101010 | 110000 | 100 | 1000 | 1010111 | 1001001 |
Color Harmonies of #F68F80
Complementary color
Monochromatic Colors of #F68F80
Black with #F68F80
Text Example
Text Example
White with #F68F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F80; }
p { color: rgb(246,143,128); }
H1.HeaderClassName
{
color: #F68F80;
}
.AnyTagClassName
{
color: #F68F80;
}
</style>
background-color css
<style>
a { background-color: #F68F80; }
a { background-color: rgb(246,143,128); }
div.DivClassName
{
background-color: #F68F80;
}
.BgClassName
{
background-color: #F68F80;
}
</style>
border-color css
<style>
span { border-color: #F68F80; }
span { border-color: rgb(246,143,128); }
td.TdClassName
{
border-color: #F68F80;
}
.TagClassName
{
border-color: #F68F80;
}
</style>