Shades of Vivid Tangerine #F68F7F
Tints of Vivid Tangerine #F68F7F
RGB
CMYK
RGB Variations
Color information
#F68F7F (or 0xF68F7F) is known color: Vivid Tangerine. HEX triplet: F6, 8F and 7F. RGB value is (246,143,127). Sum of RGB (Red+Green+Blue) = 246+143+127=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F7F is #097080. Grayscale: #ACACAC. Windows color (decimal): -618625 or 8359926. OLE color: 8359926.
HSL color Cylindrical-coordinate representation of color #F68F7F: hue angle of 8.07º 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 #F68F7F is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 127 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.04 |
| HSL | 8.07º | 0.87% | 0.73% | - |
| HSV(B) | 8.07º | 0.48% | 0.96% | - |
| XYZ | 51.66 | 40.77 | 25.23 | - |
| YUV | 171.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 127 | 0 | 0.42 | 0.48 | 0.04 | 8.07 | 0.87 | 0.73 |
| Hex | F6 | 8F | 7F | 0 | 2A | 30 | 4 | 8 | 57 | 49 |
| Octal | 366 | 217 | 177 | 0 | 52 | 60 | 4 | 10 | 127 | 111 |
| Binary | 11110110 | 10001111 | 1111111 | 0 | 101010 | 110000 | 100 | 1000 | 1010111 | 1001001 |
Color Harmonies of #F68F7F
Complementary color
Monochromatic Colors of #F68F7F
Black with #F68F7F
Text Example
Text Example
White with #F68F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F7F; }
p { color: rgb(246,143,127); }
H1.HeaderClassName
{
color: #F68F7F;
}
.AnyTagClassName
{
color: #F68F7F;
}
</style>
background-color css
<style>
a { background-color: #F68F7F; }
a { background-color: rgb(246,143,127); }
div.DivClassName
{
background-color: #F68F7F;
}
.BgClassName
{
background-color: #F68F7F;
}
</style>
border-color css
<style>
span { border-color: #F68F7F; }
span { border-color: rgb(246,143,127); }
td.TdClassName
{
border-color: #F68F7F;
}
.TagClassName
{
border-color: #F68F7F;
}
</style>