Shades of Salmon #F67672
Tints of Salmon #F67672
RGB
CMYK
RGB Variations
Color information
#F67672 (or 0xF67672) is known color: Salmon. HEX triplet: F6, 76 and 72. RGB value is (246,118,114). Sum of RGB (Red+Green+Blue) = 246+118+114=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67672 is #09898D. Grayscale: #9B9B9B. Windows color (decimal): -625038 or 7501558. OLE color: 7501558.
HSL color Cylindrical-coordinate representation of color #F67672: hue angle of 1.82º 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 #F67672 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 114 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.04 |
| HSL | 1.82º | 0.88% | 0.71% | - |
| HSV(B) | 1.82º | 0.54% | 0.96% | - |
| XYZ | 47.52 | 33.76 | 19.93 | - |
| YUV | 155.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 114 | 0 | 0.52 | 0.54 | 0.04 | 1.82 | 0.88 | 0.71 |
| Hex | F6 | 76 | 72 | 0 | 34 | 36 | 4 | 2 | 58 | 47 |
| Octal | 366 | 166 | 162 | 0 | 64 | 66 | 4 | 2 | 130 | 107 |
| Binary | 11110110 | 1110110 | 1110010 | 0 | 110100 | 110110 | 100 | 10 | 1011000 | 1000111 |
Color Harmonies of #F67672
Complementary color
Monochromatic Colors of #F67672
Black with #F67672
Text Example
Text Example
White with #F67672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67672; }
p { color: rgb(246,118,114); }
H1.HeaderClassName
{
color: #F67672;
}
.AnyTagClassName
{
color: #F67672;
}
</style>
background-color css
<style>
a { background-color: #F67672; }
a { background-color: rgb(246,118,114); }
div.DivClassName
{
background-color: #F67672;
}
.BgClassName
{
background-color: #F67672;
}
</style>
border-color css
<style>
span { border-color: #F67672; }
span { border-color: rgb(246,118,114); }
td.TdClassName
{
border-color: #F67672;
}
.TagClassName
{
border-color: #F67672;
}
</style>