Shades of Salmon #F87F67
Tints of Salmon #F87F67
RGB
CMYK
RGB Variations
Color information
#F87F67 (or 0xF87F67) is known color: Salmon. HEX triplet: F8, 7F and 67. RGB value is (248,127,103). Sum of RGB (Red+Green+Blue) = 248+127+103=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F67 is #078098. Grayscale: #A0A0A0. Windows color (decimal): -491673 or 6782968. OLE color: 6782968.
HSL color Cylindrical-coordinate representation of color #F87F67: hue angle of 9.93º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F87F67 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 103 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.03 |
| HSL | 9.93º | 0.91% | 0.69% | - |
| HSV(B) | 9.93º | 0.58% | 0.97% | - |
| XYZ | 48.75 | 36.11 | 17.23 | - |
| YUV | 160.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 103 | 0 | 0.49 | 0.58 | 0.03 | 9.93 | 0.91 | 0.69 |
| Hex | F8 | 7F | 67 | 0 | 31 | 3A | 3 | A | 5B | 45 |
| Octal | 370 | 177 | 147 | 0 | 61 | 72 | 3 | 12 | 133 | 105 |
| Binary | 11111000 | 1111111 | 1100111 | 0 | 110001 | 111010 | 11 | 1010 | 1011011 | 1000101 |
Color Harmonies of #F87F67
Complementary color
Monochromatic Colors of #F87F67
Black with #F87F67
Text Example
Text Example
White with #F87F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F67; }
p { color: rgb(248,127,103); }
H1.HeaderClassName
{
color: #F87F67;
}
.AnyTagClassName
{
color: #F87F67;
}
</style>
background-color css
<style>
a { background-color: #F87F67; }
a { background-color: rgb(248,127,103); }
div.DivClassName
{
background-color: #F87F67;
}
.BgClassName
{
background-color: #F87F67;
}
</style>
border-color css
<style>
span { border-color: #F87F67; }
span { border-color: rgb(248,127,103); }
td.TdClassName
{
border-color: #F87F67;
}
.TagClassName
{
border-color: #F87F67;
}
</style>