Shades of Salmon #F98C7C
Tints of Salmon #F98C7C
RGB
CMYK
RGB Variations
Color information
#F98C7C (or 0xF98C7C) is known color: Salmon. HEX triplet: F9, 8C and 7C. RGB value is (249,140,124). Sum of RGB (Red+Green+Blue) = 249+140+124=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C7C is #067383. Grayscale: #AAAAAA. Windows color (decimal): -422788 or 8162553. OLE color: 8162553.
HSL color Cylindrical-coordinate representation of color #F98C7C: hue angle of 7.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F98C7C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 124 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.02 |
| HSL | 7.68º | 0.91% | 0.73% | - |
| HSV(B) | 7.68º | 0.5% | 0.98% | - |
| XYZ | 52.08 | 40.35 | 24.11 | - |
| YUV | 170.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 124 | 0 | 0.44 | 0.50 | 0.02 | 7.68 | 0.91 | 0.73 |
| Hex | F9 | 8C | 7C | 0 | 2C | 32 | 2 | 8 | 5B | 49 |
| Octal | 371 | 214 | 174 | 0 | 54 | 62 | 2 | 10 | 133 | 111 |
| Binary | 11111001 | 10001100 | 1111100 | 0 | 101100 | 110010 | 10 | 1000 | 1011011 | 1001001 |
Color Harmonies of #F98C7C
Complementary color
Monochromatic Colors of #F98C7C
Black with #F98C7C
Text Example
Text Example
White with #F98C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C7C; }
p { color: rgb(249,140,124); }
H1.HeaderClassName
{
color: #F98C7C;
}
.AnyTagClassName
{
color: #F98C7C;
}
</style>
background-color css
<style>
a { background-color: #F98C7C; }
a { background-color: rgb(249,140,124); }
div.DivClassName
{
background-color: #F98C7C;
}
.BgClassName
{
background-color: #F98C7C;
}
</style>
border-color css
<style>
span { border-color: #F98C7C; }
span { border-color: rgb(249,140,124); }
td.TdClassName
{
border-color: #F98C7C;
}
.TagClassName
{
border-color: #F98C7C;
}
</style>