Shades of Salmon #F38574
Tints of Salmon #F38574
RGB
CMYK
RGB Variations
Color information
#F38574 (or 0xF38574) is known color: Salmon. HEX triplet: F3, 85 and 74. RGB value is (243,133,116). Sum of RGB (Red+Green+Blue) = 243+133+116=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F38574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38574 is #0C7A8B. Grayscale: #A4A4A4. Windows color (decimal): -817804 or 7636467. OLE color: 7636467.
HSL color Cylindrical-coordinate representation of color #F38574: hue angle of 8.03º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F38574 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 116 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.05 |
| HSL | 8.03º | 0.84% | 0.7% | - |
| HSV(B) | 8.03º | 0.52% | 0.95% | - |
| XYZ | 48.5 | 37.09 | 21.13 | - |
| YUV | 163.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 116 | 0 | 0.45 | 0.52 | 0.05 | 8.03 | 0.84 | 0.7 |
| Hex | F3 | 85 | 74 | 0 | 2D | 34 | 5 | 8 | 54 | 46 |
| Octal | 363 | 205 | 164 | 0 | 55 | 64 | 5 | 10 | 124 | 106 |
| Binary | 11110011 | 10000101 | 1110100 | 0 | 101101 | 110100 | 101 | 1000 | 1010100 | 1000110 |
Color Harmonies of #F38574
Complementary color
Monochromatic Colors of #F38574
Black with #F38574
Text Example
Text Example
White with #F38574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38574; }
p { color: rgb(243,133,116); }
H1.HeaderClassName
{
color: #F38574;
}
.AnyTagClassName
{
color: #F38574;
}
</style>
background-color css
<style>
a { background-color: #F38574; }
a { background-color: rgb(243,133,116); }
div.DivClassName
{
background-color: #F38574;
}
.BgClassName
{
background-color: #F38574;
}
</style>
border-color css
<style>
span { border-color: #F38574; }
span { border-color: rgb(243,133,116); }
td.TdClassName
{
border-color: #F38574;
}
.TagClassName
{
border-color: #F38574;
}
</style>