Shades of Salmon #F87A72
Tints of Salmon #F87A72
RGB
CMYK
RGB Variations
Color information
#F87A72 (or 0xF87A72) is known color: Salmon. HEX triplet: F8, 7A and 72. RGB value is (248,122,114). Sum of RGB (Red+Green+Blue) = 248+122+114=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A72 is #07858D. Grayscale: #9E9E9E. Windows color (decimal): -492942 or 7502584. OLE color: 7502584.
HSL color Cylindrical-coordinate representation of color #F87A72: hue angle of 3.58º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87A72 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 114 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.03 |
| HSL | 3.58º | 0.91% | 0.71% | - |
| HSV(B) | 3.58º | 0.54% | 0.97% | - |
| XYZ | 48.71 | 35.09 | 20.13 | - |
| YUV | 158.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 114 | 0 | 0.51 | 0.54 | 0.03 | 3.58 | 0.91 | 0.71 |
| Hex | F8 | 7A | 72 | 0 | 33 | 36 | 3 | 4 | 5B | 47 |
| Octal | 370 | 172 | 162 | 0 | 63 | 66 | 3 | 4 | 133 | 107 |
| Binary | 11111000 | 1111010 | 1110010 | 0 | 110011 | 110110 | 11 | 100 | 1011011 | 1000111 |
Color Harmonies of #F87A72
Complementary color
Monochromatic Colors of #F87A72
Black with #F87A72
Text Example
Text Example
White with #F87A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A72; }
p { color: rgb(248,122,114); }
H1.HeaderClassName
{
color: #F87A72;
}
.AnyTagClassName
{
color: #F87A72;
}
</style>
background-color css
<style>
a { background-color: #F87A72; }
a { background-color: rgb(248,122,114); }
div.DivClassName
{
background-color: #F87A72;
}
.BgClassName
{
background-color: #F87A72;
}
</style>
border-color css
<style>
span { border-color: #F87A72; }
span { border-color: rgb(248,122,114); }
td.TdClassName
{
border-color: #F87A72;
}
.TagClassName
{
border-color: #F87A72;
}
</style>