Shades of Salmon #F88168
Tints of Salmon #F88168
RGB
CMYK
RGB Variations
Color information
#F88168 (or 0xF88168) is known color: Salmon. HEX triplet: F8, 81 and 68. RGB value is (248,129,104). Sum of RGB (Red+Green+Blue) = 248+129+104=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F88168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88168 is #077E97. Grayscale: #A1A1A1. Windows color (decimal): -491160 or 6849016. OLE color: 6849016.
HSL color Cylindrical-coordinate representation of color #F88168: hue angle of 10.42º 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 #F88168 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 104 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.03 |
| HSL | 10.42º | 0.91% | 0.69% | - |
| HSV(B) | 10.42º | 0.58% | 0.97% | - |
| XYZ | 49.06 | 36.66 | 17.59 | - |
| YUV | 161.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 104 | 0 | 0.48 | 0.58 | 0.03 | 10.42 | 0.91 | 0.69 |
| Hex | F8 | 81 | 68 | 0 | 30 | 3A | 3 | A | 5B | 45 |
| Octal | 370 | 201 | 150 | 0 | 60 | 72 | 3 | 12 | 133 | 105 |
| Binary | 11111000 | 10000001 | 1101000 | 0 | 110000 | 111010 | 11 | 1010 | 1011011 | 1000101 |
Color Harmonies of #F88168
Complementary color
Monochromatic Colors of #F88168
Black with #F88168
Text Example
Text Example
White with #F88168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88168; }
p { color: rgb(248,129,104); }
H1.HeaderClassName
{
color: #F88168;
}
.AnyTagClassName
{
color: #F88168;
}
</style>
background-color css
<style>
a { background-color: #F88168; }
a { background-color: rgb(248,129,104); }
div.DivClassName
{
background-color: #F88168;
}
.BgClassName
{
background-color: #F88168;
}
</style>
border-color css
<style>
span { border-color: #F88168; }
span { border-color: rgb(248,129,104); }
td.TdClassName
{
border-color: #F88168;
}
.TagClassName
{
border-color: #F88168;
}
</style>