Shades of Salmon #F47975
Tints of Salmon #F47975
RGB
CMYK
RGB Variations
Color information
#F47975 (or 0xF47975) is known color: Salmon. HEX triplet: F4, 79 and 75. RGB value is (244,121,117). Sum of RGB (Red+Green+Blue) = 244+121+117=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F47975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47975 is #0B868A. Grayscale: #9D9D9D. Windows color (decimal): -755339 or 7698932. OLE color: 7698932.
HSL color Cylindrical-coordinate representation of color #F47975: hue angle of 1.89º 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 #F47975 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 117 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.04 |
| HSL | 1.89º | 0.85% | 0.71% | - |
| HSV(B) | 1.89º | 0.52% | 0.96% | - |
| XYZ | 47.36 | 34.19 | 20.93 | - |
| YUV | 157.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 117 | 0 | 0.50 | 0.52 | 0.04 | 1.89 | 0.85 | 0.71 |
| Hex | F4 | 79 | 75 | 0 | 32 | 34 | 4 | 2 | 55 | 47 |
| Octal | 364 | 171 | 165 | 0 | 62 | 64 | 4 | 2 | 125 | 107 |
| Binary | 11110100 | 1111001 | 1110101 | 0 | 110010 | 110100 | 100 | 10 | 1010101 | 1000111 |
Color Harmonies of #F47975
Complementary color
Monochromatic Colors of #F47975
Black with #F47975
Text Example
Text Example
White with #F47975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47975; }
p { color: rgb(244,121,117); }
H1.HeaderClassName
{
color: #F47975;
}
.AnyTagClassName
{
color: #F47975;
}
</style>
background-color css
<style>
a { background-color: #F47975; }
a { background-color: rgb(244,121,117); }
div.DivClassName
{
background-color: #F47975;
}
.BgClassName
{
background-color: #F47975;
}
</style>
border-color css
<style>
span { border-color: #F47975; }
span { border-color: rgb(244,121,117); }
td.TdClassName
{
border-color: #F47975;
}
.TagClassName
{
border-color: #F47975;
}
</style>