Shades of Salmon #F48575
Tints of Salmon #F48575
RGB
CMYK
RGB Variations
Color information
#F48575 (or 0xF48575) is known color: Salmon. HEX triplet: F4, 85 and 75. RGB value is (244,133,117). Sum of RGB (Red+Green+Blue) = 244+133+117=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F48575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48575 is #0B7A8A. Grayscale: #A4A4A4. Windows color (decimal): -752267 or 7702004. OLE color: 7702004.
HSL color Cylindrical-coordinate representation of color #F48575: hue angle of 7.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F48575 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 117 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.04 |
| HSL | 7.56º | 0.85% | 0.71% | - |
| HSV(B) | 7.56º | 0.52% | 0.96% | - |
| XYZ | 48.91 | 37.29 | 21.45 | - |
| YUV | 164.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 117 | 0 | 0.45 | 0.52 | 0.04 | 7.56 | 0.85 | 0.71 |
| Hex | F4 | 85 | 75 | 0 | 2D | 34 | 4 | 8 | 55 | 47 |
| Octal | 364 | 205 | 165 | 0 | 55 | 64 | 4 | 10 | 125 | 107 |
| Binary | 11110100 | 10000101 | 1110101 | 0 | 101101 | 110100 | 100 | 1000 | 1010101 | 1000111 |
Color Harmonies of #F48575
Complementary color
Monochromatic Colors of #F48575
Black with #F48575
Text Example
Text Example
White with #F48575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48575; }
p { color: rgb(244,133,117); }
H1.HeaderClassName
{
color: #F48575;
}
.AnyTagClassName
{
color: #F48575;
}
</style>
background-color css
<style>
a { background-color: #F48575; }
a { background-color: rgb(244,133,117); }
div.DivClassName
{
background-color: #F48575;
}
.BgClassName
{
background-color: #F48575;
}
</style>
border-color css
<style>
span { border-color: #F48575; }
span { border-color: rgb(244,133,117); }
td.TdClassName
{
border-color: #F48575;
}
.TagClassName
{
border-color: #F48575;
}
</style>