Shades of Vivid Tangerine #F6947D
Tints of Vivid Tangerine #F6947D
RGB
CMYK
RGB Variations
Color information
#F6947D (or 0xF6947D) is known color: Vivid Tangerine. HEX triplet: F6, 94 and 7D. RGB value is (246,148,125). Sum of RGB (Red+Green+Blue) = 246+148+125=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6947D is #096B82. Grayscale: #AEAEAE. Windows color (decimal): -617347 or 8230134. OLE color: 8230134.
HSL color Cylindrical-coordinate representation of color #F6947D: hue angle of 11.4º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6947D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 125 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.04 |
| HSL | 11.4º | 0.87% | 0.73% | - |
| HSV(B) | 11.4º | 0.49% | 0.96% | - |
| XYZ | 52.3 | 42.25 | 24.8 | - |
| YUV | 174.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 125 | 0 | 0.40 | 0.49 | 0.04 | 11.4 | 0.87 | 0.73 |
| Hex | F6 | 94 | 7D | 0 | 28 | 31 | 4 | B | 57 | 49 |
| Octal | 366 | 224 | 175 | 0 | 50 | 61 | 4 | 13 | 127 | 111 |
| Binary | 11110110 | 10010100 | 1111101 | 0 | 101000 | 110001 | 100 | 1011 | 1010111 | 1001001 |
Color Harmonies of #F6947D
Complementary color
Monochromatic Colors of #F6947D
Black with #F6947D
Text Example
Text Example
White with #F6947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6947D; }
p { color: rgb(246,148,125); }
H1.HeaderClassName
{
color: #F6947D;
}
.AnyTagClassName
{
color: #F6947D;
}
</style>
background-color css
<style>
a { background-color: #F6947D; }
a { background-color: rgb(246,148,125); }
div.DivClassName
{
background-color: #F6947D;
}
.BgClassName
{
background-color: #F6947D;
}
</style>
border-color css
<style>
span { border-color: #F6947D; }
span { border-color: rgb(246,148,125); }
td.TdClassName
{
border-color: #F6947D;
}
.TagClassName
{
border-color: #F6947D;
}
</style>