Shades of Salmon #F67875
Tints of Salmon #F67875
RGB
CMYK
RGB Variations
Color information
#F67875 (or 0xF67875) is known color: Salmon. HEX triplet: F6, 78 and 75. RGB value is (246,120,117). Sum of RGB (Red+Green+Blue) = 246+120+117=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F67875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67875 is #09878A. Grayscale: #9D9D9D. Windows color (decimal): -624523 or 7698678. OLE color: 7698678.
HSL color Cylindrical-coordinate representation of color #F67875: hue angle of 1.4º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67875 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 117 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.04 |
| HSL | 1.4º | 0.88% | 0.71% | - |
| HSV(B) | 1.4º | 0.52% | 0.96% | - |
| XYZ | 47.93 | 34.31 | 20.93 | - |
| YUV | 157.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 117 | 0 | 0.51 | 0.52 | 0.04 | 1.4 | 0.88 | 0.71 |
| Hex | F6 | 78 | 75 | 0 | 33 | 34 | 4 | 1 | 58 | 47 |
| Octal | 366 | 170 | 165 | 0 | 63 | 64 | 4 | 1 | 130 | 107 |
| Binary | 11110110 | 1111000 | 1110101 | 0 | 110011 | 110100 | 100 | 1 | 1011000 | 1000111 |
Color Harmonies of #F67875
Complementary color
Monochromatic Colors of #F67875
Black with #F67875
Text Example
Text Example
White with #F67875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67875; }
p { color: rgb(246,120,117); }
H1.HeaderClassName
{
color: #F67875;
}
.AnyTagClassName
{
color: #F67875;
}
</style>
background-color css
<style>
a { background-color: #F67875; }
a { background-color: rgb(246,120,117); }
div.DivClassName
{
background-color: #F67875;
}
.BgClassName
{
background-color: #F67875;
}
</style>
border-color css
<style>
span { border-color: #F67875; }
span { border-color: rgb(246,120,117); }
td.TdClassName
{
border-color: #F67875;
}
.TagClassName
{
border-color: #F67875;
}
</style>