Shades of Salmon #F88575
Tints of Salmon #F88575
RGB
CMYK
RGB Variations
Color information
#F88575 (or 0xF88575) is known color: Salmon. HEX triplet: F8, 85 and 75. RGB value is (248,133,117). Sum of RGB (Red+Green+Blue) = 248+133+117=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F88575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88575 is #077A8A. Grayscale: #A5A5A5. Windows color (decimal): -490123 or 7702008. OLE color: 7702008.
HSL color Cylindrical-coordinate representation of color #F88575: hue angle of 7.33º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F88575 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 117 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.03 |
| HSL | 7.33º | 0.9% | 0.72% | - |
| HSV(B) | 7.33º | 0.53% | 0.97% | - |
| XYZ | 50.31 | 38.02 | 21.52 | - |
| YUV | 165.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 117 | 0 | 0.46 | 0.53 | 0.03 | 7.33 | 0.9 | 0.72 |
| Hex | F8 | 85 | 75 | 0 | 2E | 35 | 3 | 7 | 5A | 48 |
| Octal | 370 | 205 | 165 | 0 | 56 | 65 | 3 | 7 | 132 | 110 |
| Binary | 11111000 | 10000101 | 1110101 | 0 | 101110 | 110101 | 11 | 111 | 1011010 | 1001000 |
Color Harmonies of #F88575
Complementary color
Monochromatic Colors of #F88575
Black with #F88575
Text Example
Text Example
White with #F88575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88575; }
p { color: rgb(248,133,117); }
H1.HeaderClassName
{
color: #F88575;
}
.AnyTagClassName
{
color: #F88575;
}
</style>
background-color css
<style>
a { background-color: #F88575; }
a { background-color: rgb(248,133,117); }
div.DivClassName
{
background-color: #F88575;
}
.BgClassName
{
background-color: #F88575;
}
</style>
border-color css
<style>
span { border-color: #F88575; }
span { border-color: rgb(248,133,117); }
td.TdClassName
{
border-color: #F88575;
}
.TagClassName
{
border-color: #F88575;
}
</style>