Shades of Salmon #F08172
Tints of Salmon #F08172
RGB
CMYK
RGB Variations
Color information
#F08172 (or 0xF08172) is known color: Salmon. HEX triplet: F0, 81 and 72. RGB value is (240,129,114). Sum of RGB (Red+Green+Blue) = 240+129+114=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08172 is #0F7E8D. Grayscale: #A0A0A0. Windows color (decimal): -1015438 or 7504368. OLE color: 7504368.
HSL color Cylindrical-coordinate representation of color #F08172: hue angle of 7.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08172 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 114 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.06 |
| HSL | 7.14º | 0.81% | 0.69% | - |
| HSV(B) | 7.14º | 0.53% | 0.94% | - |
| XYZ | 46.82 | 35.44 | 20.29 | - |
| YUV | 160.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 114 | 0 | 0.46 | 0.52 | 0.06 | 7.14 | 0.81 | 0.69 |
| Hex | F0 | 81 | 72 | 0 | 2E | 34 | 6 | 7 | 51 | 45 |
| Octal | 360 | 201 | 162 | 0 | 56 | 64 | 6 | 7 | 121 | 105 |
| Binary | 11110000 | 10000001 | 1110010 | 0 | 101110 | 110100 | 110 | 111 | 1010001 | 1000101 |
Color Harmonies of #F08172
Complementary color
Monochromatic Colors of #F08172
Black with #F08172
Text Example
Text Example
White with #F08172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08172; }
p { color: rgb(240,129,114); }
H1.HeaderClassName
{
color: #F08172;
}
.AnyTagClassName
{
color: #F08172;
}
</style>
background-color css
<style>
a { background-color: #F08172; }
a { background-color: rgb(240,129,114); }
div.DivClassName
{
background-color: #F08172;
}
.BgClassName
{
background-color: #F08172;
}
</style>
border-color css
<style>
span { border-color: #F08172; }
span { border-color: rgb(240,129,114); }
td.TdClassName
{
border-color: #F08172;
}
.TagClassName
{
border-color: #F08172;
}
</style>