Shades of Salmon #F98A7A
Tints of Salmon #F98A7A
RGB
CMYK
RGB Variations
Color information
#F98A7A (or 0xF98A7A) is known color: Salmon. HEX triplet: F9, 8A and 7A. RGB value is (249,138,122). Sum of RGB (Red+Green+Blue) = 249+138+122=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A7A is #067585. Grayscale: #A9A9A9. Windows color (decimal): -423302 or 8030969. OLE color: 8030969.
HSL color Cylindrical-coordinate representation of color #F98A7A: hue angle of 7.56º 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 #F98A7A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 122 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 7.56º | 0.91% | 0.73% | - |
| HSV(B) | 7.56º | 0.51% | 0.98% | - |
| XYZ | 51.67 | 39.72 | 23.36 | - |
| YUV | 169.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 122 | 0 | 0.45 | 0.51 | 0.02 | 7.56 | 0.91 | 0.73 |
| Hex | F9 | 8A | 7A | 0 | 2D | 33 | 2 | 8 | 5B | 49 |
| Octal | 371 | 212 | 172 | 0 | 55 | 63 | 2 | 10 | 133 | 111 |
| Binary | 11111001 | 10001010 | 1111010 | 0 | 101101 | 110011 | 10 | 1000 | 1011011 | 1001001 |
Color Harmonies of #F98A7A
Complementary color
Monochromatic Colors of #F98A7A
Black with #F98A7A
Text Example
Text Example
White with #F98A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A7A; }
p { color: rgb(249,138,122); }
H1.HeaderClassName
{
color: #F98A7A;
}
.AnyTagClassName
{
color: #F98A7A;
}
</style>
background-color css
<style>
a { background-color: #F98A7A; }
a { background-color: rgb(249,138,122); }
div.DivClassName
{
background-color: #F98A7A;
}
.BgClassName
{
background-color: #F98A7A;
}
</style>
border-color css
<style>
span { border-color: #F98A7A; }
span { border-color: rgb(249,138,122); }
td.TdClassName
{
border-color: #F98A7A;
}
.TagClassName
{
border-color: #F98A7A;
}
</style>