Shades of Salmon #F87A6C
Tints of Salmon #F87A6C
RGB
CMYK
RGB Variations
Color information
#F87A6C (or 0xF87A6C) is known color: Salmon. HEX triplet: F8, 7A and 6C. RGB value is (248,122,108). Sum of RGB (Red+Green+Blue) = 248+122+108=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A6C is #078593. Grayscale: #9E9E9E. Windows color (decimal): -492948 or 7109368. OLE color: 7109368.
HSL color Cylindrical-coordinate representation of color #F87A6C: hue angle of 6º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F87A6C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 108 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.03 |
| HSL | 6º | 0.91% | 0.7% | - |
| HSV(B) | 6º | 0.56% | 0.97% | - |
| XYZ | 48.38 | 34.96 | 18.39 | - |
| YUV | 158.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 108 | 0 | 0.51 | 0.56 | 0.03 | 6 | 0.91 | 0.7 |
| Hex | F8 | 7A | 6C | 0 | 33 | 38 | 3 | 6 | 5B | 46 |
| Octal | 370 | 172 | 154 | 0 | 63 | 70 | 3 | 6 | 133 | 106 |
| Binary | 11111000 | 1111010 | 1101100 | 0 | 110011 | 111000 | 11 | 110 | 1011011 | 1000110 |
Color Harmonies of #F87A6C
Complementary color
Monochromatic Colors of #F87A6C
Black with #F87A6C
Text Example
Text Example
White with #F87A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A6C; }
p { color: rgb(248,122,108); }
H1.HeaderClassName
{
color: #F87A6C;
}
.AnyTagClassName
{
color: #F87A6C;
}
</style>
background-color css
<style>
a { background-color: #F87A6C; }
a { background-color: rgb(248,122,108); }
div.DivClassName
{
background-color: #F87A6C;
}
.BgClassName
{
background-color: #F87A6C;
}
</style>
border-color css
<style>
span { border-color: #F87A6C; }
span { border-color: rgb(248,122,108); }
td.TdClassName
{
border-color: #F87A6C;
}
.TagClassName
{
border-color: #F87A6C;
}
</style>