Shades of Salmon #F88275
Tints of Salmon #F88275
RGB
CMYK
RGB Variations
Color information
#F88275 (or 0xF88275) is known color: Salmon. HEX triplet: F8, 82 and 75. RGB value is (248,130,117). Sum of RGB (Red+Green+Blue) = 248+130+117=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F88275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88275 is #077D8A. Grayscale: #A3A3A3. Windows color (decimal): -490891 or 7701240. OLE color: 7701240.
HSL color Cylindrical-coordinate representation of color #F88275: hue angle of 5.95º 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 #F88275 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 117 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.03 |
| HSL | 5.95º | 0.9% | 0.72% | - |
| HSV(B) | 5.95º | 0.53% | 0.97% | - |
| XYZ | 49.9 | 37.21 | 21.38 | - |
| YUV | 163.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 117 | 0 | 0.48 | 0.53 | 0.03 | 5.95 | 0.9 | 0.72 |
| Hex | F8 | 82 | 75 | 0 | 30 | 35 | 3 | 6 | 5A | 48 |
| Octal | 370 | 202 | 165 | 0 | 60 | 65 | 3 | 6 | 132 | 110 |
| Binary | 11111000 | 10000010 | 1110101 | 0 | 110000 | 110101 | 11 | 110 | 1011010 | 1001000 |
Color Harmonies of #F88275
Complementary color
Monochromatic Colors of #F88275
Black with #F88275
Text Example
Text Example
White with #F88275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88275; }
p { color: rgb(248,130,117); }
H1.HeaderClassName
{
color: #F88275;
}
.AnyTagClassName
{
color: #F88275;
}
</style>
background-color css
<style>
a { background-color: #F88275; }
a { background-color: rgb(248,130,117); }
div.DivClassName
{
background-color: #F88275;
}
.BgClassName
{
background-color: #F88275;
}
</style>
border-color css
<style>
span { border-color: #F88275; }
span { border-color: rgb(248,130,117); }
td.TdClassName
{
border-color: #F88275;
}
.TagClassName
{
border-color: #F88275;
}
</style>