Shades of Salmon #F87573
Tints of Salmon #F87573
RGB
CMYK
RGB Variations
Color information
#F87573 (or 0xF87573) is known color: Salmon. HEX triplet: F8, 75 and 73. RGB value is (248,117,115). Sum of RGB (Red+Green+Blue) = 248+117+115=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F87573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87573 is #078A8C. Grayscale: #9C9C9C. Windows color (decimal): -494221 or 7566840. OLE color: 7566840.
HSL color Cylindrical-coordinate representation of color #F87573: hue angle of 0.9º degrees, saturation: 0.9, 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 #F87573 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 115 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.03 |
| HSL | 0.9º | 0.9% | 0.71% | - |
| HSV(B) | 0.9º | 0.54% | 0.97% | - |
| XYZ | 48.17 | 33.92 | 20.23 | - |
| YUV | 155.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 115 | 0 | 0.53 | 0.54 | 0.03 | 0.9 | 0.9 | 0.71 |
| Hex | F8 | 75 | 73 | 0 | 35 | 36 | 3 | 1 | 5A | 47 |
| Octal | 370 | 165 | 163 | 0 | 65 | 66 | 3 | 1 | 132 | 107 |
| Binary | 11111000 | 1110101 | 1110011 | 0 | 110101 | 110110 | 11 | 1 | 1011010 | 1000111 |
Color Harmonies of #F87573
Complementary color
Monochromatic Colors of #F87573
Black with #F87573
Text Example
Text Example
White with #F87573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87573; }
p { color: rgb(248,117,115); }
H1.HeaderClassName
{
color: #F87573;
}
.AnyTagClassName
{
color: #F87573;
}
</style>
background-color css
<style>
a { background-color: #F87573; }
a { background-color: rgb(248,117,115); }
div.DivClassName
{
background-color: #F87573;
}
.BgClassName
{
background-color: #F87573;
}
</style>
border-color css
<style>
span { border-color: #F87573; }
span { border-color: rgb(248,117,115); }
td.TdClassName
{
border-color: #F87573;
}
.TagClassName
{
border-color: #F87573;
}
</style>