Shades of Salmon #F87F65
Tints of Salmon #F87F65
RGB
CMYK
RGB Variations
Color information
#F87F65 (or 0xF87F65) is known color: Salmon. HEX triplet: F8, 7F and 65. RGB value is (248,127,101). Sum of RGB (Red+Green+Blue) = 248+127+101=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F65 is #07809A. Grayscale: #A0A0A0. Windows color (decimal): -491675 or 6651896. OLE color: 6651896.
HSL color Cylindrical-coordinate representation of color #F87F65: hue angle of 10.61º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87F65 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 101 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.03 |
| HSL | 10.61º | 0.91% | 0.68% | - |
| HSV(B) | 10.61º | 0.59% | 0.97% | - |
| XYZ | 48.65 | 36.07 | 16.71 | - |
| YUV | 160.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 101 | 0 | 0.49 | 0.59 | 0.03 | 10.61 | 0.91 | 0.68 |
| Hex | F8 | 7F | 65 | 0 | 31 | 3B | 3 | B | 5B | 44 |
| Octal | 370 | 177 | 145 | 0 | 61 | 73 | 3 | 13 | 133 | 104 |
| Binary | 11111000 | 1111111 | 1100101 | 0 | 110001 | 111011 | 11 | 1011 | 1011011 | 1000100 |
Color Harmonies of #F87F65
Complementary color
Monochromatic Colors of #F87F65
Black with #F87F65
Text Example
Text Example
White with #F87F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F65; }
p { color: rgb(248,127,101); }
H1.HeaderClassName
{
color: #F87F65;
}
.AnyTagClassName
{
color: #F87F65;
}
</style>
background-color css
<style>
a { background-color: #F87F65; }
a { background-color: rgb(248,127,101); }
div.DivClassName
{
background-color: #F87F65;
}
.BgClassName
{
background-color: #F87F65;
}
</style>
border-color css
<style>
span { border-color: #F87F65; }
span { border-color: rgb(248,127,101); }
td.TdClassName
{
border-color: #F87F65;
}
.TagClassName
{
border-color: #F87F65;
}
</style>