Shades of Salmon #F98A7D
Tints of Salmon #F98A7D
RGB
CMYK
RGB Variations
Color information
#F98A7D (or 0xF98A7D) is known color: Salmon. HEX triplet: F9, 8A and 7D. RGB value is (249,138,125). Sum of RGB (Red+Green+Blue) = 249+138+125=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A7D is #067582. Grayscale: #A9A9A9. Windows color (decimal): -423299 or 8227577. OLE color: 8227577.
HSL color Cylindrical-coordinate representation of color #F98A7D: hue angle of 6.29º 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 #F98A7D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 125 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 6.29º | 0.91% | 0.73% | - |
| HSV(B) | 6.29º | 0.5% | 0.98% | - |
| XYZ | 51.86 | 39.8 | 24.35 | - |
| YUV | 169.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 125 | 0 | 0.45 | 0.50 | 0.02 | 6.29 | 0.91 | 0.73 |
| Hex | F9 | 8A | 7D | 0 | 2D | 32 | 2 | 6 | 5B | 49 |
| Octal | 371 | 212 | 175 | 0 | 55 | 62 | 2 | 6 | 133 | 111 |
| Binary | 11111001 | 10001010 | 1111101 | 0 | 101101 | 110010 | 10 | 110 | 1011011 | 1001001 |
Color Harmonies of #F98A7D
Complementary color
Monochromatic Colors of #F98A7D
Black with #F98A7D
Text Example
Text Example
White with #F98A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A7D; }
p { color: rgb(249,138,125); }
H1.HeaderClassName
{
color: #F98A7D;
}
.AnyTagClassName
{
color: #F98A7D;
}
</style>
background-color css
<style>
a { background-color: #F98A7D; }
a { background-color: rgb(249,138,125); }
div.DivClassName
{
background-color: #F98A7D;
}
.BgClassName
{
background-color: #F98A7D;
}
</style>
border-color css
<style>
span { border-color: #F98A7D; }
span { border-color: rgb(249,138,125); }
td.TdClassName
{
border-color: #F98A7D;
}
.TagClassName
{
border-color: #F98A7D;
}
</style>