Shades of Salmon #F8726E
Tints of Salmon #F8726E
RGB
CMYK
RGB Variations
Color information
#F8726E (or 0xF8726E) is known color: Salmon. HEX triplet: F8, 72 and 6E. RGB value is (248,114,110). Sum of RGB (Red+Green+Blue) = 248+114+110=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8726E is #078D91. Grayscale: #999999. Windows color (decimal): -494994 or 7238392. OLE color: 7238392.
HSL color Cylindrical-coordinate representation of color #F8726E: hue angle of 1.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8726E is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 110 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.03 |
| HSL | 1.74º | 0.91% | 0.7% | - |
| HSV(B) | 1.74º | 0.56% | 0.97% | - |
| XYZ | 47.54 | 33.12 | 18.64 | - |
| YUV | 153.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 110 | 0 | 0.54 | 0.56 | 0.03 | 1.74 | 0.91 | 0.7 |
| Hex | F8 | 72 | 6E | 0 | 36 | 38 | 3 | 2 | 5B | 46 |
| Octal | 370 | 162 | 156 | 0 | 66 | 70 | 3 | 2 | 133 | 106 |
| Binary | 11111000 | 1110010 | 1101110 | 0 | 110110 | 111000 | 11 | 10 | 1011011 | 1000110 |
Color Harmonies of #F8726E
Complementary color
Monochromatic Colors of #F8726E
Black with #F8726E
Text Example
Text Example
White with #F8726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8726E; }
p { color: rgb(248,114,110); }
H1.HeaderClassName
{
color: #F8726E;
}
.AnyTagClassName
{
color: #F8726E;
}
</style>
background-color css
<style>
a { background-color: #F8726E; }
a { background-color: rgb(248,114,110); }
div.DivClassName
{
background-color: #F8726E;
}
.BgClassName
{
background-color: #F8726E;
}
</style>
border-color css
<style>
span { border-color: #F8726E; }
span { border-color: rgb(248,114,110); }
td.TdClassName
{
border-color: #F8726E;
}
.TagClassName
{
border-color: #F8726E;
}
</style>