Shades of Salmon #F88279
Tints of Salmon #F88279
RGB
CMYK
RGB Variations
Color information
#F88279 (or 0xF88279) is known color: Salmon. HEX triplet: F8, 82 and 79. RGB value is (248,130,121). Sum of RGB (Red+Green+Blue) = 248+130+121=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F88279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88279 is #077D86. Grayscale: #A4A4A4. Windows color (decimal): -490887 or 7963384. OLE color: 7963384.
HSL color Cylindrical-coordinate representation of color #F88279: hue angle of 4.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F88279 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 121 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.03 |
| HSL | 4.25º | 0.9% | 0.72% | - |
| HSV(B) | 4.25º | 0.51% | 0.97% | - |
| XYZ | 50.15 | 37.3 | 22.65 | - |
| YUV | 164.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 121 | 0 | 0.48 | 0.51 | 0.03 | 4.25 | 0.9 | 0.72 |
| Hex | F8 | 82 | 79 | 0 | 30 | 33 | 3 | 4 | 5A | 48 |
| Octal | 370 | 202 | 171 | 0 | 60 | 63 | 3 | 4 | 132 | 110 |
| Binary | 11111000 | 10000010 | 1111001 | 0 | 110000 | 110011 | 11 | 100 | 1011010 | 1001000 |
Color Harmonies of #F88279
Complementary color
Monochromatic Colors of #F88279
Black with #F88279
Text Example
Text Example
White with #F88279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88279; }
p { color: rgb(248,130,121); }
H1.HeaderClassName
{
color: #F88279;
}
.AnyTagClassName
{
color: #F88279;
}
</style>
background-color css
<style>
a { background-color: #F88279; }
a { background-color: rgb(248,130,121); }
div.DivClassName
{
background-color: #F88279;
}
.BgClassName
{
background-color: #F88279;
}
</style>
border-color css
<style>
span { border-color: #F88279; }
span { border-color: rgb(248,130,121); }
td.TdClassName
{
border-color: #F88279;
}
.TagClassName
{
border-color: #F88279;
}
</style>