Shades of Salmon #F98B7A
Tints of Salmon #F98B7A
RGB
CMYK
RGB Variations
Color information
#F98B7A (or 0xF98B7A) is known color: Salmon. HEX triplet: F9, 8B and 7A. RGB value is (249,139,122). Sum of RGB (Red+Green+Blue) = 249+139+122=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B7A is #067485. Grayscale: #AAAAAA. Windows color (decimal): -423046 or 8031225. OLE color: 8031225.
HSL color Cylindrical-coordinate representation of color #F98B7A: hue angle of 8.03º 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 #F98B7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 8.03º | 0.91% | 0.73% | - |
| HSV(B) | 8.03º | 0.51% | 0.98% | - |
| XYZ | 51.81 | 40.01 | 23.4 | - |
| YUV | 169.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 122 | 0 | 0.44 | 0.51 | 0.02 | 8.03 | 0.91 | 0.73 |
| Hex | F9 | 8B | 7A | 0 | 2C | 33 | 2 | 8 | 5B | 49 |
| Octal | 371 | 213 | 172 | 0 | 54 | 63 | 2 | 10 | 133 | 111 |
| Binary | 11111001 | 10001011 | 1111010 | 0 | 101100 | 110011 | 10 | 1000 | 1011011 | 1001001 |
Color Harmonies of #F98B7A
Complementary color
Monochromatic Colors of #F98B7A
Black with #F98B7A
Text Example
Text Example
White with #F98B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B7A; }
p { color: rgb(249,139,122); }
H1.HeaderClassName
{
color: #F98B7A;
}
.AnyTagClassName
{
color: #F98B7A;
}
</style>
background-color css
<style>
a { background-color: #F98B7A; }
a { background-color: rgb(249,139,122); }
div.DivClassName
{
background-color: #F98B7A;
}
.BgClassName
{
background-color: #F98B7A;
}
</style>
border-color css
<style>
span { border-color: #F98B7A; }
span { border-color: rgb(249,139,122); }
td.TdClassName
{
border-color: #F98B7A;
}
.TagClassName
{
border-color: #F98B7A;
}
</style>