Shades of Salmon #F98279
Tints of Salmon #F98279
RGB
CMYK
RGB Variations
Color information
#F98279 (or 0xF98279) is known color: Salmon. HEX triplet: F9, 82 and 79. RGB value is (249,130,121). Sum of RGB (Red+Green+Blue) = 249+130+121=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98279 is #067D86. Grayscale: #A4A4A4. Windows color (decimal): -425351 or 7963385. OLE color: 7963385.
HSL color Cylindrical-coordinate representation of color #F98279: hue angle of 4.22º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F98279 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 121 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.02 |
| HSL | 4.22º | 0.91% | 0.73% | - |
| HSV(B) | 4.22º | 0.51% | 0.98% | - |
| XYZ | 50.5 | 37.49 | 22.66 | - |
| YUV | 164.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 121 | 0 | 0.48 | 0.51 | 0.02 | 4.22 | 0.91 | 0.73 |
| Hex | F9 | 82 | 79 | 0 | 30 | 33 | 2 | 4 | 5B | 49 |
| Octal | 371 | 202 | 171 | 0 | 60 | 63 | 2 | 4 | 133 | 111 |
| Binary | 11111001 | 10000010 | 1111001 | 0 | 110000 | 110011 | 10 | 100 | 1011011 | 1001001 |
Color Harmonies of #F98279
Complementary color
Monochromatic Colors of #F98279
Black with #F98279
Text Example
Text Example
White with #F98279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98279; }
p { color: rgb(249,130,121); }
H1.HeaderClassName
{
color: #F98279;
}
.AnyTagClassName
{
color: #F98279;
}
</style>
background-color css
<style>
a { background-color: #F98279; }
a { background-color: rgb(249,130,121); }
div.DivClassName
{
background-color: #F98279;
}
.BgClassName
{
background-color: #F98279;
}
</style>
border-color css
<style>
span { border-color: #F98279; }
span { border-color: rgb(249,130,121); }
td.TdClassName
{
border-color: #F98279;
}
.TagClassName
{
border-color: #F98279;
}
</style>