Shades of Salmon #F87574
Tints of Salmon #F87574
RGB
CMYK
RGB Variations
Color information
#F87574 (or 0xF87574) is known color: Salmon. HEX triplet: F8, 75 and 74. RGB value is (248,117,116). Sum of RGB (Red+Green+Blue) = 248+117+116=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F87574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87574 is #078A8B. Grayscale: #9C9C9C. Windows color (decimal): -494220 or 7632376. OLE color: 7632376.
HSL color Cylindrical-coordinate representation of color #F87574: hue angle of 0.45º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87574 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 116 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.03 |
| HSL | 0.45º | 0.9% | 0.71% | - |
| HSV(B) | 0.45º | 0.53% | 0.97% | - |
| XYZ | 48.23 | 33.94 | 20.53 | - |
| YUV | 156.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 116 | 0 | 0.53 | 0.53 | 0.03 | 0.45 | 0.9 | 0.71 |
| Hex | F8 | 75 | 74 | 0 | 35 | 35 | 3 | 0 | 5A | 47 |
| Octal | 370 | 165 | 164 | 0 | 65 | 65 | 3 | 0 | 132 | 107 |
| Binary | 11111000 | 1110101 | 1110100 | 0 | 110101 | 110101 | 11 | 0 | 1011010 | 1000111 |
Color Harmonies of #F87574
Complementary color
Monochromatic Colors of #F87574
Black with #F87574
Text Example
Text Example
White with #F87574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87574; }
p { color: rgb(248,117,116); }
H1.HeaderClassName
{
color: #F87574;
}
.AnyTagClassName
{
color: #F87574;
}
</style>
background-color css
<style>
a { background-color: #F87574; }
a { background-color: rgb(248,117,116); }
div.DivClassName
{
background-color: #F87574;
}
.BgClassName
{
background-color: #F87574;
}
</style>
border-color css
<style>
span { border-color: #F87574; }
span { border-color: rgb(248,117,116); }
td.TdClassName
{
border-color: #F87574;
}
.TagClassName
{
border-color: #F87574;
}
</style>