Shades of Salmon #F08173
Tints of Salmon #F08173
RGB
CMYK
RGB Variations
Color information
#F08173 (or 0xF08173) is known color: Salmon. HEX triplet: F0, 81 and 73. RGB value is (240,129,115). Sum of RGB (Red+Green+Blue) = 240+129+115=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08173 is #0F7E8C. Grayscale: #A0A0A0. Windows color (decimal): -1015437 or 7569904. OLE color: 7569904.
HSL color Cylindrical-coordinate representation of color #F08173: hue angle of 6.72º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08173 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.06 |
| HSL | 6.72º | 0.81% | 0.7% | - |
| HSV(B) | 6.72º | 0.52% | 0.94% | - |
| XYZ | 46.88 | 35.46 | 20.59 | - |
| YUV | 160.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 115 | 0 | 0.46 | 0.52 | 0.06 | 6.72 | 0.81 | 0.7 |
| Hex | F0 | 81 | 73 | 0 | 2E | 34 | 6 | 7 | 51 | 46 |
| Octal | 360 | 201 | 163 | 0 | 56 | 64 | 6 | 7 | 121 | 106 |
| Binary | 11110000 | 10000001 | 1110011 | 0 | 101110 | 110100 | 110 | 111 | 1010001 | 1000110 |
Color Harmonies of #F08173
Complementary color
Monochromatic Colors of #F08173
Black with #F08173
Text Example
Text Example
White with #F08173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08173; }
p { color: rgb(240,129,115); }
H1.HeaderClassName
{
color: #F08173;
}
.AnyTagClassName
{
color: #F08173;
}
</style>
background-color css
<style>
a { background-color: #F08173; }
a { background-color: rgb(240,129,115); }
div.DivClassName
{
background-color: #F08173;
}
.BgClassName
{
background-color: #F08173;
}
</style>
border-color css
<style>
span { border-color: #F08173; }
span { border-color: rgb(240,129,115); }
td.TdClassName
{
border-color: #F08173;
}
.TagClassName
{
border-color: #F08173;
}
</style>