Shades of Salmon #F38470
Tints of Salmon #F38470
RGB
CMYK
RGB Variations
Color information
#F38470 (or 0xF38470) is known color: Salmon. HEX triplet: F3, 84 and 70. RGB value is (243,132,112). Sum of RGB (Red+Green+Blue) = 243+132+112=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38470 is #0C7B8F. Grayscale: #A3A3A3. Windows color (decimal): -818064 or 7374067. OLE color: 7374067.
HSL color Cylindrical-coordinate representation of color #F38470: hue angle of 9.16º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F38470 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 112 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.05 |
| HSL | 9.16º | 0.85% | 0.7% | - |
| HSV(B) | 9.16º | 0.54% | 0.95% | - |
| XYZ | 48.14 | 36.73 | 19.88 | - |
| YUV | 162.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 112 | 0 | 0.46 | 0.54 | 0.05 | 9.16 | 0.85 | 0.7 |
| Hex | F3 | 84 | 70 | 0 | 2E | 36 | 5 | 9 | 55 | 46 |
| Octal | 363 | 204 | 160 | 0 | 56 | 66 | 5 | 11 | 125 | 106 |
| Binary | 11110011 | 10000100 | 1110000 | 0 | 101110 | 110110 | 101 | 1001 | 1010101 | 1000110 |
Color Harmonies of #F38470
Complementary color
Monochromatic Colors of #F38470
Black with #F38470
Text Example
Text Example
White with #F38470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38470; }
p { color: rgb(243,132,112); }
H1.HeaderClassName
{
color: #F38470;
}
.AnyTagClassName
{
color: #F38470;
}
</style>
background-color css
<style>
a { background-color: #F38470; }
a { background-color: rgb(243,132,112); }
div.DivClassName
{
background-color: #F38470;
}
.BgClassName
{
background-color: #F38470;
}
</style>
border-color css
<style>
span { border-color: #F38470; }
span { border-color: rgb(243,132,112); }
td.TdClassName
{
border-color: #F38470;
}
.TagClassName
{
border-color: #F38470;
}
</style>