Shades of Salmon #F87873
Tints of Salmon #F87873
RGB
CMYK
RGB Variations
Color information
#F87873 (or 0xF87873) is known color: Salmon. HEX triplet: F8, 78 and 73. RGB value is (248,120,115). Sum of RGB (Red+Green+Blue) = 248+120+115=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F87873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87873 is #07878C. Grayscale: #9D9D9D. Windows color (decimal): -493453 or 7567608. OLE color: 7567608.
HSL color Cylindrical-coordinate representation of color #F87873: hue angle of 2.26º 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 #F87873 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 115 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.03 |
| HSL | 2.26º | 0.9% | 0.71% | - |
| HSV(B) | 2.26º | 0.54% | 0.97% | - |
| XYZ | 48.52 | 34.63 | 20.35 | - |
| YUV | 157.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 115 | 0 | 0.52 | 0.54 | 0.03 | 2.26 | 0.9 | 0.71 |
| Hex | F8 | 78 | 73 | 0 | 34 | 36 | 3 | 2 | 5A | 47 |
| Octal | 370 | 170 | 163 | 0 | 64 | 66 | 3 | 2 | 132 | 107 |
| Binary | 11111000 | 1111000 | 1110011 | 0 | 110100 | 110110 | 11 | 10 | 1011010 | 1000111 |
Color Harmonies of #F87873
Complementary color
Monochromatic Colors of #F87873
Black with #F87873
Text Example
Text Example
White with #F87873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87873; }
p { color: rgb(248,120,115); }
H1.HeaderClassName
{
color: #F87873;
}
.AnyTagClassName
{
color: #F87873;
}
</style>
background-color css
<style>
a { background-color: #F87873; }
a { background-color: rgb(248,120,115); }
div.DivClassName
{
background-color: #F87873;
}
.BgClassName
{
background-color: #F87873;
}
</style>
border-color css
<style>
span { border-color: #F87873; }
span { border-color: rgb(248,120,115); }
td.TdClassName
{
border-color: #F87873;
}
.TagClassName
{
border-color: #F87873;
}
</style>