Shades of Salmon #F98271
Tints of Salmon #F98271
RGB
CMYK
RGB Variations
Color information
#F98271 (or 0xF98271) is known color: Salmon. HEX triplet: F9, 82 and 71. RGB value is (249,130,113). Sum of RGB (Red+Green+Blue) = 249+130+113=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F98271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98271 is #067D8E. Grayscale: #A3A3A3. Windows color (decimal): -425359 or 7439097. OLE color: 7439097.
HSL color Cylindrical-coordinate representation of color #F98271: hue angle of 7.5º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F98271 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 113 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.02 |
| HSL | 7.5º | 0.92% | 0.71% | - |
| HSV(B) | 7.5º | 0.55% | 0.98% | - |
| XYZ | 50.03 | 37.3 | 20.18 | - |
| YUV | 163.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 113 | 0 | 0.48 | 0.55 | 0.02 | 7.5 | 0.92 | 0.71 |
| Hex | F9 | 82 | 71 | 0 | 30 | 37 | 2 | 8 | 5C | 47 |
| Octal | 371 | 202 | 161 | 0 | 60 | 67 | 2 | 10 | 134 | 107 |
| Binary | 11111001 | 10000010 | 1110001 | 0 | 110000 | 110111 | 10 | 1000 | 1011100 | 1000111 |
Color Harmonies of #F98271
Complementary color
Monochromatic Colors of #F98271
Black with #F98271
Text Example
Text Example
White with #F98271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98271; }
p { color: rgb(249,130,113); }
H1.HeaderClassName
{
color: #F98271;
}
.AnyTagClassName
{
color: #F98271;
}
</style>
background-color css
<style>
a { background-color: #F98271; }
a { background-color: rgb(249,130,113); }
div.DivClassName
{
background-color: #F98271;
}
.BgClassName
{
background-color: #F98271;
}
</style>
border-color css
<style>
span { border-color: #F98271; }
span { border-color: rgb(249,130,113); }
td.TdClassName
{
border-color: #F98271;
}
.TagClassName
{
border-color: #F98271;
}
</style>