Shades of Salmon #F68A7B
Tints of Salmon #F68A7B
RGB
CMYK
RGB Variations
Color information
#F68A7B (or 0xF68A7B) is known color: Salmon. HEX triplet: F6, 8A and 7B. RGB value is (246,138,123). Sum of RGB (Red+Green+Blue) = 246+138+123=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A7B is #097584. Grayscale: #A8A8A8. Windows color (decimal): -619909 or 8096502. OLE color: 8096502.
HSL color Cylindrical-coordinate representation of color #F68A7B: hue angle of 7.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F68A7B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 123 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.04 |
| HSL | 7.32º | 0.87% | 0.72% | - |
| HSV(B) | 7.32º | 0.5% | 0.96% | - |
| XYZ | 50.67 | 39.2 | 23.63 | - |
| YUV | 168.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 123 | 0 | 0.44 | 0.50 | 0.04 | 7.32 | 0.87 | 0.72 |
| Hex | F6 | 8A | 7B | 0 | 2C | 32 | 4 | 7 | 57 | 48 |
| Octal | 366 | 212 | 173 | 0 | 54 | 62 | 4 | 7 | 127 | 110 |
| Binary | 11110110 | 10001010 | 1111011 | 0 | 101100 | 110010 | 100 | 111 | 1010111 | 1001000 |
Color Harmonies of #F68A7B
Complementary color
Monochromatic Colors of #F68A7B
Black with #F68A7B
Text Example
Text Example
White with #F68A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A7B; }
p { color: rgb(246,138,123); }
H1.HeaderClassName
{
color: #F68A7B;
}
.AnyTagClassName
{
color: #F68A7B;
}
</style>
background-color css
<style>
a { background-color: #F68A7B; }
a { background-color: rgb(246,138,123); }
div.DivClassName
{
background-color: #F68A7B;
}
.BgClassName
{
background-color: #F68A7B;
}
</style>
border-color css
<style>
span { border-color: #F68A7B; }
span { border-color: rgb(246,138,123); }
td.TdClassName
{
border-color: #F68A7B;
}
.TagClassName
{
border-color: #F68A7B;
}
</style>