Shades of Salmon #F67A6A
Tints of Salmon #F67A6A
RGB
CMYK
RGB Variations
Color information
#F67A6A (or 0xF67A6A) is known color: Salmon. HEX triplet: F6, 7A and 6A. RGB value is (246,122,106). Sum of RGB (Red+Green+Blue) = 246+122+106=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6A is #098595. Grayscale: #9D9D9D. Windows color (decimal): -624022 or 6978294. OLE color: 6978294.
HSL color Cylindrical-coordinate representation of color #F67A6A: hue angle of 6.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F67A6A is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 106 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.04 |
| HSL | 6.86º | 0.89% | 0.69% | - |
| HSV(B) | 6.86º | 0.57% | 0.96% | - |
| XYZ | 47.57 | 34.55 | 17.8 | - |
| YUV | 157.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 106 | 0 | 0.50 | 0.57 | 0.04 | 6.86 | 0.89 | 0.69 |
| Hex | F6 | 7A | 6A | 0 | 32 | 39 | 4 | 7 | 59 | 45 |
| Octal | 366 | 172 | 152 | 0 | 62 | 71 | 4 | 7 | 131 | 105 |
| Binary | 11110110 | 1111010 | 1101010 | 0 | 110010 | 111001 | 100 | 111 | 1011001 | 1000101 |
Color Harmonies of #F67A6A
Complementary color
Monochromatic Colors of #F67A6A
Black with #F67A6A
Text Example
Text Example
White with #F67A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A6A; }
p { color: rgb(246,122,106); }
H1.HeaderClassName
{
color: #F67A6A;
}
.AnyTagClassName
{
color: #F67A6A;
}
</style>
background-color css
<style>
a { background-color: #F67A6A; }
a { background-color: rgb(246,122,106); }
div.DivClassName
{
background-color: #F67A6A;
}
.BgClassName
{
background-color: #F67A6A;
}
</style>
border-color css
<style>
span { border-color: #F67A6A; }
span { border-color: rgb(246,122,106); }
td.TdClassName
{
border-color: #F67A6A;
}
.TagClassName
{
border-color: #F67A6A;
}
</style>