Shades of Salmon #F67474
Tints of Salmon #F67474
RGB
CMYK
RGB Variations
Color information
#F67474 (or 0xF67474) is known color: Salmon. HEX triplet: F6, 74 and 74. RGB value is (246,116,116). Sum of RGB (Red+Green+Blue) = 246+116+116=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67474 is #098B8B. Grayscale: #9B9B9B. Windows color (decimal): -625548 or 7632118. OLE color: 7632118.
HSL color Cylindrical-coordinate representation of color #F67474: hue angle of 0º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67474 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 116 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.04 |
| HSL | 0º | 0.88% | 0.71% | - |
| HSV(B) | 0º | 0.53% | 0.96% | - |
| XYZ | 47.4 | 33.34 | 20.46 | - |
| YUV | 154.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 116 | 0 | 0.53 | 0.53 | 0.04 | 0 | 0.88 | 0.71 |
| Hex | F6 | 74 | 74 | 0 | 35 | 35 | 4 | 0 | 58 | 47 |
| Octal | 366 | 164 | 164 | 0 | 65 | 65 | 4 | 0 | 130 | 107 |
| Binary | 11110110 | 1110100 | 1110100 | 0 | 110101 | 110101 | 100 | 0 | 1011000 | 1000111 |
Color Harmonies of #F67474
Complementary color
Monochromatic Colors of #F67474
Black with #F67474
Text Example
Text Example
White with #F67474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67474; }
p { color: rgb(246,116,116); }
H1.HeaderClassName
{
color: #F67474;
}
.AnyTagClassName
{
color: #F67474;
}
</style>
background-color css
<style>
a { background-color: #F67474; }
a { background-color: rgb(246,116,116); }
div.DivClassName
{
background-color: #F67474;
}
.BgClassName
{
background-color: #F67474;
}
</style>
border-color css
<style>
span { border-color: #F67474; }
span { border-color: rgb(246,116,116); }
td.TdClassName
{
border-color: #F67474;
}
.TagClassName
{
border-color: #F67474;
}
</style>