Shades of Salmon #F38A70
Tints of Salmon #F38A70
RGB
CMYK
RGB Variations
Color information
#F38A70 (or 0xF38A70) is known color: Salmon. HEX triplet: F3, 8A and 70. RGB value is (243,138,112). Sum of RGB (Red+Green+Blue) = 243+138+112=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A70 is #0C758F. Grayscale: #A6A6A6. Windows color (decimal): -816528 or 7375603. OLE color: 7375603.
HSL color Cylindrical-coordinate representation of color #F38A70: hue angle of 11.91º 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 #F38A70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 112 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.05 |
| HSL | 11.91º | 0.85% | 0.7% | - |
| HSV(B) | 11.91º | 0.54% | 0.95% | - |
| XYZ | 48.98 | 38.4 | 20.16 | - |
| YUV | 166.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 112 | 0 | 0.43 | 0.54 | 0.05 | 11.91 | 0.85 | 0.7 |
| Hex | F3 | 8A | 70 | 0 | 2B | 36 | 5 | C | 55 | 46 |
| Octal | 363 | 212 | 160 | 0 | 53 | 66 | 5 | 14 | 125 | 106 |
| Binary | 11110011 | 10001010 | 1110000 | 0 | 101011 | 110110 | 101 | 1100 | 1010101 | 1000110 |
Color Harmonies of #F38A70
Complementary color
Monochromatic Colors of #F38A70
Black with #F38A70
Text Example
Text Example
White with #F38A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A70; }
p { color: rgb(243,138,112); }
H1.HeaderClassName
{
color: #F38A70;
}
.AnyTagClassName
{
color: #F38A70;
}
</style>
background-color css
<style>
a { background-color: #F38A70; }
a { background-color: rgb(243,138,112); }
div.DivClassName
{
background-color: #F38A70;
}
.BgClassName
{
background-color: #F38A70;
}
</style>
border-color css
<style>
span { border-color: #F38A70; }
span { border-color: rgb(243,138,112); }
td.TdClassName
{
border-color: #F38A70;
}
.TagClassName
{
border-color: #F38A70;
}
</style>