Shades of Salmon #F67F78
Tints of Salmon #F67F78
RGB
CMYK
RGB Variations
Color information
#F67F78 (or 0xF67F78) is known color: Salmon. HEX triplet: F6, 7F and 78. RGB value is (246,127,120). Sum of RGB (Red+Green+Blue) = 246+127+120=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F78 is #098087. Grayscale: #A1A1A1. Windows color (decimal): -622728 or 7897078. OLE color: 7897078.
HSL color Cylindrical-coordinate representation of color #F67F78: hue angle of 3.33º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67F78 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 120 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.04 |
| HSL | 3.33º | 0.88% | 0.72% | - |
| HSV(B) | 3.33º | 0.51% | 0.96% | - |
| XYZ | 48.99 | 36.13 | 22.16 | - |
| YUV | 161.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 120 | 0 | 0.48 | 0.51 | 0.04 | 3.33 | 0.88 | 0.72 |
| Hex | F6 | 7F | 78 | 0 | 30 | 33 | 4 | 3 | 58 | 48 |
| Octal | 366 | 177 | 170 | 0 | 60 | 63 | 4 | 3 | 130 | 110 |
| Binary | 11110110 | 1111111 | 1111000 | 0 | 110000 | 110011 | 100 | 11 | 1011000 | 1001000 |
Color Harmonies of #F67F78
Complementary color
Monochromatic Colors of #F67F78
Black with #F67F78
Text Example
Text Example
White with #F67F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F78; }
p { color: rgb(246,127,120); }
H1.HeaderClassName
{
color: #F67F78;
}
.AnyTagClassName
{
color: #F67F78;
}
</style>
background-color css
<style>
a { background-color: #F67F78; }
a { background-color: rgb(246,127,120); }
div.DivClassName
{
background-color: #F67F78;
}
.BgClassName
{
background-color: #F67F78;
}
</style>
border-color css
<style>
span { border-color: #F67F78; }
span { border-color: rgb(246,127,120); }
td.TdClassName
{
border-color: #F67F78;
}
.TagClassName
{
border-color: #F67F78;
}
</style>