Shades of Salmon #F98B7B
Tints of Salmon #F98B7B
RGB
CMYK
RGB Variations
Color information
#F98B7B (or 0xF98B7B) is known color: Salmon. HEX triplet: F9, 8B and 7B. RGB value is (249,139,123). Sum of RGB (Red+Green+Blue) = 249+139+123=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B7B is #067484. Grayscale: #AAAAAA. Windows color (decimal): -423045 or 8096761. OLE color: 8096761.
HSL color Cylindrical-coordinate representation of color #F98B7B: hue angle of 7.62º 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 #F98B7B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 123 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 7.62º | 0.91% | 0.73% | - |
| HSV(B) | 7.62º | 0.51% | 0.98% | - |
| XYZ | 51.87 | 40.04 | 23.73 | - |
| YUV | 170.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 123 | 0 | 0.44 | 0.51 | 0.02 | 7.62 | 0.91 | 0.73 |
| Hex | F9 | 8B | 7B | 0 | 2C | 33 | 2 | 8 | 5B | 49 |
| Octal | 371 | 213 | 173 | 0 | 54 | 63 | 2 | 10 | 133 | 111 |
| Binary | 11111001 | 10001011 | 1111011 | 0 | 101100 | 110011 | 10 | 1000 | 1011011 | 1001001 |
Color Harmonies of #F98B7B
Complementary color
Monochromatic Colors of #F98B7B
Black with #F98B7B
Text Example
Text Example
White with #F98B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B7B; }
p { color: rgb(249,139,123); }
H1.HeaderClassName
{
color: #F98B7B;
}
.AnyTagClassName
{
color: #F98B7B;
}
</style>
background-color css
<style>
a { background-color: #F98B7B; }
a { background-color: rgb(249,139,123); }
div.DivClassName
{
background-color: #F98B7B;
}
.BgClassName
{
background-color: #F98B7B;
}
</style>
border-color css
<style>
span { border-color: #F98B7B; }
span { border-color: rgb(249,139,123); }
td.TdClassName
{
border-color: #F98B7B;
}
.TagClassName
{
border-color: #F98B7B;
}
</style>