Shades of Salmon #F87F66
Tints of Salmon #F87F66
RGB
CMYK
RGB Variations
Color information
#F87F66 (or 0xF87F66) is known color: Salmon. HEX triplet: F8, 7F and 66. RGB value is (248,127,102). Sum of RGB (Red+Green+Blue) = 248+127+102=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F66 is #078099. Grayscale: #A0A0A0. Windows color (decimal): -491674 or 6717432. OLE color: 6717432.
HSL color Cylindrical-coordinate representation of color #F87F66: hue angle of 10.27º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87F66 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 102 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.03 |
| HSL | 10.27º | 0.91% | 0.69% | - |
| HSV(B) | 10.27º | 0.59% | 0.97% | - |
| XYZ | 48.7 | 36.09 | 16.97 | - |
| YUV | 160.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 102 | 0 | 0.49 | 0.59 | 0.03 | 10.27 | 0.91 | 0.69 |
| Hex | F8 | 7F | 66 | 0 | 31 | 3B | 3 | A | 5B | 45 |
| Octal | 370 | 177 | 146 | 0 | 61 | 73 | 3 | 12 | 133 | 105 |
| Binary | 11111000 | 1111111 | 1100110 | 0 | 110001 | 111011 | 11 | 1010 | 1011011 | 1000101 |
Color Harmonies of #F87F66
Complementary color
Monochromatic Colors of #F87F66
Black with #F87F66
Text Example
Text Example
White with #F87F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F66; }
p { color: rgb(248,127,102); }
H1.HeaderClassName
{
color: #F87F66;
}
.AnyTagClassName
{
color: #F87F66;
}
</style>
background-color css
<style>
a { background-color: #F87F66; }
a { background-color: rgb(248,127,102); }
div.DivClassName
{
background-color: #F87F66;
}
.BgClassName
{
background-color: #F87F66;
}
</style>
border-color css
<style>
span { border-color: #F87F66; }
span { border-color: rgb(248,127,102); }
td.TdClassName
{
border-color: #F87F66;
}
.TagClassName
{
border-color: #F87F66;
}
</style>