Shades of Salmon #F68872
Tints of Salmon #F68872
RGB
CMYK
RGB Variations
Color information
#F68872 (or 0xF68872) is known color: Salmon. HEX triplet: F6, 88 and 72. RGB value is (246,136,114). Sum of RGB (Red+Green+Blue) = 246+136+114=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68872 is #09778D. Grayscale: #A6A6A6. Windows color (decimal): -620430 or 7506166. OLE color: 7506166.
HSL color Cylindrical-coordinate representation of color #F68872: hue angle of 10º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68872 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 114 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.04 |
| HSL | 10º | 0.88% | 0.71% | - |
| HSV(B) | 10º | 0.54% | 0.96% | - |
| XYZ | 49.85 | 38.42 | 20.71 | - |
| YUV | 166.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 114 | 0 | 0.45 | 0.54 | 0.04 | 10 | 0.88 | 0.71 |
| Hex | F6 | 88 | 72 | 0 | 2D | 36 | 4 | A | 58 | 47 |
| Octal | 366 | 210 | 162 | 0 | 55 | 66 | 4 | 12 | 130 | 107 |
| Binary | 11110110 | 10001000 | 1110010 | 0 | 101101 | 110110 | 100 | 1010 | 1011000 | 1000111 |
Color Harmonies of #F68872
Complementary color
Monochromatic Colors of #F68872
Black with #F68872
Text Example
Text Example
White with #F68872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68872; }
p { color: rgb(246,136,114); }
H1.HeaderClassName
{
color: #F68872;
}
.AnyTagClassName
{
color: #F68872;
}
</style>
background-color css
<style>
a { background-color: #F68872; }
a { background-color: rgb(246,136,114); }
div.DivClassName
{
background-color: #F68872;
}
.BgClassName
{
background-color: #F68872;
}
</style>
border-color css
<style>
span { border-color: #F68872; }
span { border-color: rgb(246,136,114); }
td.TdClassName
{
border-color: #F68872;
}
.TagClassName
{
border-color: #F68872;
}
</style>